ExchangeServiceBinding.GetEventsAsync Method (GetEventsType, Object)
The GetEventsAsync method provides asynchronous access to the GetEvents Web service method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub GetEventsAsync ( _
GetEvents1 As GetEventsType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
Dim userState As Object
instance.GetEventsAsync(GetEvents1, userState)
public void GetEventsAsync(
GetEventsType GetEvents1,
Object userState
)
Parameters
- GetEvents1
Type: ExchangeWebServices.GetEventsType
The GetEvents request.
- userState
Type: System.Object