Compartir a través de


ExchangeServiceBinding.BeginUpdateItem Método

Definición

El BeginUpdateItem(UpdateItemType, AsyncCallback, Object) método se usa para iniciar una llamada asincrónica UpdateItem(UpdateItemType) .

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

Parámetros

UpdateItem1
UpdateItemType
callback
AsyncCallback
asyncState
Object

Devoluciones

El BeginUpdateItem(UpdateItemType, AsyncCallback, Object) método devuelve un objeto IAsyncResult.

Se aplica a