ExchangeServiceBinding.GetDelegateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).