Freigeben über


ExchangeServiceBinding.UpdateItemAsync Methode

Definition

Überlädt

UpdateItemAsync(UpdateItemType, Object)

Die UpdateItemAsync(UpdateItemType, Object) -Methode bietet asynchronen Zugriff auf die UpdateItem-Webdienstmethode.

UpdateItemAsync(UpdateItemType)

Die UpdateItemAsync(UpdateItemType) -Methode bietet asynchronen Zugriff auf die UpdateItem-Webdienstmethode.

UpdateItemAsync(UpdateItemType, Object)

Die UpdateItemAsync(UpdateItemType, Object) -Methode bietet asynchronen Zugriff auf die UpdateItem-Webdienstmethode.

public:
 void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1, System::Object ^ userState);
public void UpdateItemAsync (ExchangeWebServices.UpdateItemType UpdateItem1, object userState);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType, userState As Object)

Parameter

UpdateItem1
UpdateItemType

Die UpdateItem-Anforderung.

userState
Object

Hinweise

Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).

Gilt für:

UpdateItemAsync(UpdateItemType)

Die UpdateItemAsync(UpdateItemType) -Methode bietet asynchronen Zugriff auf die UpdateItem-Webdienstmethode.

public:
 void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1);
public void UpdateItemAsync (ExchangeWebServices.UpdateItemType UpdateItem1);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType)

Parameter

UpdateItem1
UpdateItemType

Die UpdateItem-Anforderung.

Hinweise

Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).

Gilt für: