Compartilhar via


ExchangeServiceBinding.GetDelegateAsync Método

Definição

Sobrecargas

GetDelegateAsync(GetDelegateType)

O GetDelegateAsync(GetDelegateType) método fornece acesso assíncrono à operação GetDelegate.

GetDelegateAsync(GetDelegateType, Object)

O GetDelegateAsync(GetDelegateType, Object) método fornece acesso assíncrono à operação GetDelegate.

GetDelegateAsync(GetDelegateType)

O GetDelegateAsync(GetDelegateType) método fornece acesso assíncrono à operação GetDelegate.

public:
 void GetDelegateAsync(ExchangeWebServices::GetDelegateType ^ GetDelegate1);
public void GetDelegateAsync (ExchangeWebServices.GetDelegateType GetDelegate1);
Public Sub GetDelegateAsync (GetDelegate1 As GetDelegateType)

Parâmetros

GetDelegate1
GetDelegateType

O pedido GetDelegate.

Comentários

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

Aplica-se a

GetDelegateAsync(GetDelegateType, Object)

O GetDelegateAsync(GetDelegateType, Object) método fornece acesso assíncrono à operação GetDelegate.

public:
 void GetDelegateAsync(ExchangeWebServices::GetDelegateType ^ GetDelegate1, System::Object ^ userState);
public void GetDelegateAsync (ExchangeWebServices.GetDelegateType GetDelegate1, object userState);
Public Sub GetDelegateAsync (GetDelegate1 As GetDelegateType, userState As Object)

Parâmetros

GetDelegate1
GetDelegateType

O pedido GetDelegate.

userState
Object

Comentários

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

Aplica-se a