ExchangeServiceBinding.BeginUpdateItem 方法

定义

public:
 IAsyncResult ^ BeginUpdateItem(ExchangeWebServices::UpdateItemType ^ UpdateItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginUpdateItem(ExchangeWebServices.UpdateItemType UpdateItem1, AsyncCallback callback, object asyncState);
Public Function BeginUpdateItem (UpdateItem1 As UpdateItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

UpdateItem1
UpdateItemType
callback
AsyncCallback
asyncState
Object

返回

方法 BeginUpdateItem(UpdateItemType, AsyncCallback, Object) 返回 IAsyncResult 对象。

适用于