ExchangeServiceBinding.GetEventsAsync 方法

定义

重载

GetEventsAsync(GetEventsType)

方法 GetEventsAsync(GetEventsType) 提供对 GetEvents Web 服务方法的异步访问。

GetEventsAsync(GetEventsType, Object)

方法 GetEventsAsync(GetEventsType, Object) 提供对 GetEvents Web 服务方法的异步访问。

GetEventsAsync(GetEventsType)

方法 GetEventsAsync(GetEventsType) 提供对 GetEvents Web 服务方法的异步访问。

public:
 void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1);
public void GetEventsAsync(ExchangeWebServices.GetEventsType GetEvents1);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType)

参数

GetEvents1
GetEventsType

GetEvents 请求。

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于

GetEventsAsync(GetEventsType, Object)

方法 GetEventsAsync(GetEventsType, Object) 提供对 GetEvents Web 服务方法的异步访问。

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)

参数

GetEvents1
GetEventsType

GetEvents 请求。

userState
Object

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于