Compartir a través de


ExchangeServiceBinding.BeginCreateItem Método

Definición

El BeginCreateItem(CreateItemType, AsyncCallback, Object) método se usa para iniciar una llamada asincrónica CreateItem(CreateItemType) .

public:
 IAsyncResult ^ BeginCreateItem(ExchangeWebServices::CreateItemType ^ CreateItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateItem (ExchangeWebServices.CreateItemType CreateItem1, AsyncCallback callback, object asyncState);
Public Function BeginCreateItem (CreateItem1 As CreateItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parámetros

CreateItem1
CreateItemType
callback
AsyncCallback
asyncState
Object

Devoluciones

El BeginCreateItem(CreateItemType, AsyncCallback, Object) método devuelve un objeto IAsyncResult.

Se aplica a