Share via


ExchangeServiceBinding.GetStreamingEventsAsync Method (GetStreamingEventsType, Object)

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub GetStreamingEventsAsync ( _
    GetStreamingEvents1 As GetStreamingEventsType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetStreamingEvents1 As GetStreamingEventsType
Dim userState As Object

instance.GetStreamingEventsAsync(GetStreamingEvents1, _
    userState)
public void GetStreamingEventsAsync(
    GetStreamingEventsType GetStreamingEvents1,
    Object userState
)

Parameters