ExchangeServiceBinding.UpdateDelegateAsync 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
UpdateDelegateAsync(UpdateDelegateType) |
El UpdateDelegateAsync(UpdateDelegateType) método proporciona acceso asincrónico a la UpdateDelegateType operación. |
UpdateDelegateAsync(UpdateDelegateType, Object) |
El UpdateDelegateAsync(UpdateDelegateType, Object) método proporciona acceso asincrónico a la UpdateDelegateType operación. |
UpdateDelegateAsync(UpdateDelegateType)
El UpdateDelegateAsync(UpdateDelegateType) método proporciona acceso asincrónico a la UpdateDelegateType operación.
public:
void UpdateDelegateAsync(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1);
public void UpdateDelegateAsync (ExchangeWebServices.UpdateDelegateType UpdateDelegate1);
Public Sub UpdateDelegateAsync (UpdateDelegate1 As UpdateDelegateType)
Parámetros
- UpdateDelegate1
- UpdateDelegateType
La solicitud UpdateDelegate.
Comentarios
Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).
Se aplica a
UpdateDelegateAsync(UpdateDelegateType, Object)
El UpdateDelegateAsync(UpdateDelegateType, Object) método proporciona acceso asincrónico a la UpdateDelegateType operación.
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
La solicitud UpdateDelegate.
- userState
- Object
Comentarios
Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).