Compartir a través de


ExchangeServiceBinding.UpdateDelegateAsync Método

Definición

Sobrecargas

UpdateDelegateAsync(UpdateDelegateType)

El UpdateDelegateAsync(UpdateDelegateType) método proporciona acceso asincrónico a la UpdateDelegateType operación.

UpdateDelegateAsync(UpdateDelegateType, Object)

El UpdateDelegateAsync(UpdateDelegateType, Object) método proporciona acceso asincrónico a la UpdateDelegateType operación.

UpdateDelegateAsync(UpdateDelegateType)

El UpdateDelegateAsync(UpdateDelegateType) método proporciona acceso asincrónico a la UpdateDelegateType operación.

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

Parámetros

UpdateDelegate1
UpdateDelegateType

La solicitud UpdateDelegate.

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a

UpdateDelegateAsync(UpdateDelegateType, Object)

El UpdateDelegateAsync(UpdateDelegateType, Object) método proporciona acceso asincrónico a la UpdateDelegateType operación.

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)

Parámetros

UpdateDelegate1
UpdateDelegateType

La solicitud UpdateDelegate.

userState
Object

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a