ExchangeServiceBinding.EndCreateItem(IAsyncResult) 方法

定义

方法 EndCreateItem(IAsyncResult) 用于结束异步 CreateItem(CreateItemType) 调用。

public:
 ExchangeWebServices::CreateItemResponseType ^ EndCreateItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CreateItemResponseType EndCreateItem(IAsyncResult asyncResult);
Public Function EndCreateItem (asyncResult As IAsyncResult) As CreateItemResponseType

参数

asyncResult
IAsyncResult

返回

方法 EndCreateItem(IAsyncResult) 返回 对象 CreateItemResponseType

适用于