Compartilhar via


ExchangeServiceBinding.RemoveDelegateAsync Método

Definição

Sobrecargas

RemoveDelegateAsync(RemoveDelegateType)

O RemoveDelegateAsync(RemoveDelegateType) método fornece acesso assíncrono à RemoveDelegate(RemoveDelegateType) operação.

RemoveDelegateAsync(RemoveDelegateType, Object)

O RemoveDelegateAsync(RemoveDelegateType, Object) método fornece acesso assíncrono à RemoveDelegate(RemoveDelegateType) operação.

RemoveDelegateAsync(RemoveDelegateType)

O RemoveDelegateAsync(RemoveDelegateType) método fornece acesso assíncrono à RemoveDelegate(RemoveDelegateType) operação.

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

Parâmetros

RemoveDelegate1
RemoveDelegateType

A operação RemoveDelegate.

Comentários

Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).

Aplica-se a

RemoveDelegateAsync(RemoveDelegateType, Object)

O RemoveDelegateAsync(RemoveDelegateType, Object) método fornece acesso assíncrono à RemoveDelegate(RemoveDelegateType) operação.

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

O pedido RemoveDelegate.

userState
Object

Comentários

Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).

Aplica-se a