Freigeben über


ExchangeServiceBinding.UpdateDelegateAsync Methode

Definition

Überlädt

UpdateDelegateAsync(UpdateDelegateType)

Die UpdateDelegateAsync(UpdateDelegateType) -Methode bietet asynchronen Zugriff auf den UpdateDelegateType Vorgang.

UpdateDelegateAsync(UpdateDelegateType, Object)

Die UpdateDelegateAsync(UpdateDelegateType, Object) -Methode bietet asynchronen Zugriff auf den UpdateDelegateType Vorgang.

UpdateDelegateAsync(UpdateDelegateType)

Die UpdateDelegateAsync(UpdateDelegateType) -Methode bietet asynchronen Zugriff auf den UpdateDelegateType Vorgang.

public:
 void UpdateDelegateAsync(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1);
public void UpdateDelegateAsync (ExchangeWebServices.UpdateDelegateType UpdateDelegate1);
Public Sub UpdateDelegateAsync (UpdateDelegate1 As UpdateDelegateType)

Parameter

UpdateDelegate1
UpdateDelegateType

Die UpdateDelegate-Anforderung.

Hinweise

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

Gilt für:

UpdateDelegateAsync(UpdateDelegateType, Object)

Die UpdateDelegateAsync(UpdateDelegateType, Object) -Methode bietet asynchronen Zugriff auf den UpdateDelegateType Vorgang.

public:
 void UpdateDelegateAsync(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1, System::Object ^ userState);
public void UpdateDelegateAsync (ExchangeWebServices.UpdateDelegateType UpdateDelegate1, object userState);
Public Sub UpdateDelegateAsync (UpdateDelegate1 As UpdateDelegateType, userState As Object)

Parameter

UpdateDelegate1
UpdateDelegateType

Die UpdateDelegate-Anforderung.

userState
Object

Hinweise

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

Gilt für: