Compartilhar via


ExchangeServiceBinding.GetEventsAsync Método

Definição

Sobrecargas

GetEventsAsync(GetEventsType)

O GetEventsAsync(GetEventsType) método fornece acesso assíncrono ao método do serviço Web GetEvents.

GetEventsAsync(GetEventsType, Object)

O GetEventsAsync(GetEventsType, Object) método fornece acesso assíncrono ao método do serviço Web GetEvents.

GetEventsAsync(GetEventsType)

O GetEventsAsync(GetEventsType) método fornece acesso assíncrono ao método do serviço Web GetEvents.

public:
 void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType)

Parâmetros

GetEvents1
GetEventsType

O pedido GetEvents.

Comentários

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

Aplica-se a

GetEventsAsync(GetEventsType, Object)

O GetEventsAsync(GetEventsType, Object) método fornece acesso assíncrono ao método do serviço Web GetEvents.

public:
 void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1, System::Object ^ userState);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1, object userState);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType, userState As Object)

Parâmetros

GetEvents1
GetEventsType

O pedido GetEvents.

userState
Object

Comentários

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

Aplica-se a