ExchangeServiceBinding.UpdateDelegateAsync 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
UpdateDelegateAsync(UpdateDelegateType) |
O UpdateDelegateAsync(UpdateDelegateType) método fornece acesso assíncrono à UpdateDelegateType operação. |
UpdateDelegateAsync(UpdateDelegateType, Object) |
O UpdateDelegateAsync(UpdateDelegateType, Object) método fornece acesso assíncrono à UpdateDelegateType operação. |
UpdateDelegateAsync(UpdateDelegateType)
O UpdateDelegateAsync(UpdateDelegateType) método fornece acesso assíncrono à UpdateDelegateType operação.
public:
void UpdateDelegateAsync(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1);
public void UpdateDelegateAsync (ExchangeWebServices.UpdateDelegateType UpdateDelegate1);
Public Sub UpdateDelegateAsync (UpdateDelegate1 As UpdateDelegateType)
Parâmetros
- UpdateDelegate1
- UpdateDelegateType
O pedido UpdateDelegate.
Comentários
Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).
Aplica-se a
UpdateDelegateAsync(UpdateDelegateType, Object)
O UpdateDelegateAsync(UpdateDelegateType, Object) método fornece acesso assíncrono à UpdateDelegateType operação.
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
O pedido UpdateDelegate.
- userState
- Object
Comentários
Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).