ExchangeServiceBinding.GetDelegateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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).