ExchangeServiceBinding.BeginGetStreamingEvents Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginGetStreamingEvents ( _
GetStreamingEvents1 As GetStreamingEventsType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetStreamingEvents1 As GetStreamingEventsType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetStreamingEvents(GetStreamingEvents1, _
callback, asyncState)
public IAsyncResult BeginGetStreamingEvents(
GetStreamingEventsType GetStreamingEvents1,
AsyncCallback callback,
Object asyncState
)
Parameters
- GetStreamingEvents1
Type: ExchangeWebServices.GetStreamingEventsType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.