|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HangingRequestDisconnectReason | |
|---|---|
| microsoft.exchange.webservices.data.core.enumeration.misc | |
| microsoft.exchange.webservices.data.core.request | |
| Uses of HangingRequestDisconnectReason in microsoft.exchange.webservices.data.core.enumeration.misc |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return HangingRequestDisconnectReason | |
|---|---|
static HangingRequestDisconnectReason |
HangingRequestDisconnectReason.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HangingRequestDisconnectReason[] |
HangingRequestDisconnectReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of HangingRequestDisconnectReason in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return HangingRequestDisconnectReason | |
|---|---|
HangingRequestDisconnectReason |
HangingRequestDisconnectEventArgs.getReason()
Gets the reason that the user was disconnected. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type HangingRequestDisconnectReason | |
|---|---|
void |
HangingServiceRequestBase.disconnect(HangingRequestDisconnectReason reason,
Exception exception)
Disconnects the request with the specified reason and exception. |
protected void |
HangingRequestDisconnectEventArgs.setReason(HangingRequestDisconnectReason value)
Sets the reason that the user was disconnected. |
| Constructors in microsoft.exchange.webservices.data.core.request with parameters of type HangingRequestDisconnectReason | |
|---|---|
HangingRequestDisconnectEventArgs(HangingRequestDisconnectReason reason,
Exception exception)
Initializes a new instance of the HangingRequestDisconnectEventArgs class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||