ExchangeServiceBinding.GetEventsAsync Método

Definição

Sobrecargas

GetEventsAsync(GetEventsType)

O GetEventsAsync(GetEventsType) método fornece acesso assíncrono para o método GetEvents Web service.

GetEventsAsync(GetEventsType, Object)

O GetEventsAsync(GetEventsType, Object) método fornece acesso assíncrono para o método GetEvents Web service.

GetEventsAsync(GetEventsType)

O GetEventsAsync(GetEventsType) método fornece acesso assíncrono para o método GetEvents Web service.

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

Parâmetros

GetEvents1
GetEventsType

A solicitação de 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 para o método GetEvents Web service.

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

A solicitação de GetEvents.

userState
Object

Comentários

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

Aplica-se a