Compartir a través de


ExchangeServiceBinding.GetDelegateAsync Método

Definición

Sobrecargas

GetDelegateAsync(GetDelegateType)

El GetDelegateAsync(GetDelegateType) método proporciona acceso asincrónico a la operación GetDelegate.

GetDelegateAsync(GetDelegateType, Object)

El GetDelegateAsync(GetDelegateType, Object) método proporciona acceso asincrónico a la operación GetDelegate.

GetDelegateAsync(GetDelegateType)

El GetDelegateAsync(GetDelegateType) método proporciona acceso asincrónico a la operación GetDelegate.

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

Parámetros

GetDelegate1
GetDelegateType

La solicitud GetDelegate.

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a

GetDelegateAsync(GetDelegateType, Object)

El GetDelegateAsync(GetDelegateType, Object) método proporciona acceso asincrónico a la operación 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

La solicitud GetDelegate.

userState
Object

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a