Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.HangingRequestDisconnectReason
-
Packages that use HangingRequestDisconnectReason Package Description 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 Modifier and Type Method Description static HangingRequestDisconnectReasonHangingRequestDisconnectReason. 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 Modifier and Type Method Description HangingRequestDisconnectReasonHangingRequestDisconnectEventArgs. getReason()Gets the reason that the user was disconnected.Methods in microsoft.exchange.webservices.data.core.request with parameters of type HangingRequestDisconnectReason Modifier and Type Method Description voidHangingServiceRequestBase. disconnect(HangingRequestDisconnectReason reason, Exception exception)Disconnects the request with the specified reason and exception.protected voidHangingRequestDisconnectEventArgs. setReason(HangingRequestDisconnectReason value)Sets the reason that the user was disconnected.Constructors in microsoft.exchange.webservices.data.core.request with parameters of type HangingRequestDisconnectReason Constructor Description HangingRequestDisconnectEventArgs(HangingRequestDisconnectReason reason, Exception exception)Initializes a new instance of the HangingRequestDisconnectEventArgs class.
-