Uses of Interface
microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase.IHandleResponseObject
-
Packages that use HangingServiceRequestBase.IHandleResponseObject Package Description microsoft.exchange.webservices.data.core.request microsoft.exchange.webservices.data.notification -
-
Uses of HangingServiceRequestBase.IHandleResponseObject in microsoft.exchange.webservices.data.core.request
Constructors in microsoft.exchange.webservices.data.core.request with parameters of type HangingServiceRequestBase.IHandleResponseObject Constructor Description GetStreamingEventsRequest(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject serviceObjectHandler, Iterable<String> subscriptionIds, int connectionTimeout)Initializes a new instance of the GetStreamingEventsRequest class.HangingServiceRequestBase(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject handler, int heartbeatFrequency)Initializes a new instance of the HangingServiceRequestBase class. -
Uses of HangingServiceRequestBase.IHandleResponseObject in microsoft.exchange.webservices.data.notification
Classes in microsoft.exchange.webservices.data.notification that implement HangingServiceRequestBase.IHandleResponseObject Modifier and Type Class Description classStreamingSubscriptionConnectionRepresents a connection to an ongoing stream of events.
-