ExchangeServiceBinding.GetEventsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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)。