ExchangeServiceBinding.GetEventsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetEventsAsync(GetEventsType) |
The GetEventsAsync(GetEventsType) method provides asynchronous access to the GetEvents Web service method. |
GetEventsAsync(GetEventsType, Object) |
The GetEventsAsync(GetEventsType, Object) method provides asynchronous access to the GetEvents Web service method. |
GetEventsAsync(GetEventsType)
The GetEventsAsync(GetEventsType) method provides asynchronous access to the GetEvents Web service method.
public:
void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType)
Parameters
- GetEvents1
- GetEventsType
The GetEvents request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
GetEventsAsync(GetEventsType, Object)
The GetEventsAsync(GetEventsType, Object) method provides asynchronous access to the GetEvents Web service method.
public:
void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1, System::Object ^ userState);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1, object userState);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType, userState As Object)
Parameters
- GetEvents1
- GetEventsType
The GetEvents request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).