Compartir a través de


ExchangeServiceBinding.RemoveDelegateAsync Método

Definición

Sobrecargas

RemoveDelegateAsync(RemoveDelegateType)

El RemoveDelegateAsync(RemoveDelegateType) método proporciona acceso asincrónico a la RemoveDelegate(RemoveDelegateType) operación.

RemoveDelegateAsync(RemoveDelegateType, Object)

El RemoveDelegateAsync(RemoveDelegateType, Object) método proporciona acceso asincrónico a la RemoveDelegate(RemoveDelegateType) operación.

RemoveDelegateAsync(RemoveDelegateType)

El RemoveDelegateAsync(RemoveDelegateType) método proporciona acceso asincrónico a la RemoveDelegate(RemoveDelegateType) operación.

public:
 void RemoveDelegateAsync(ExchangeWebServices::RemoveDelegateType ^ RemoveDelegate1);
public void RemoveDelegateAsync (ExchangeWebServices.RemoveDelegateType RemoveDelegate1);
Public Sub RemoveDelegateAsync (RemoveDelegate1 As RemoveDelegateType)

Parámetros

RemoveDelegate1
RemoveDelegateType

La operación RemoveDelegate.

Comentarios

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

Se aplica a

RemoveDelegateAsync(RemoveDelegateType, Object)

El RemoveDelegateAsync(RemoveDelegateType, Object) método proporciona acceso asincrónico a la RemoveDelegate(RemoveDelegateType) operación.

public:
 void RemoveDelegateAsync(ExchangeWebServices::RemoveDelegateType ^ RemoveDelegate1, System::Object ^ userState);
public void RemoveDelegateAsync (ExchangeWebServices.RemoveDelegateType RemoveDelegate1, object userState);
Public Sub RemoveDelegateAsync (RemoveDelegate1 As RemoveDelegateType, userState As Object)

Parámetros

RemoveDelegate1
RemoveDelegateType

La solicitud RemoveDelegate.

userState
Object

Comentarios

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

Se aplica a