ExchangeServiceBinding.UpdateDelegateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateDelegateAsync(UpdateDelegateType) |
The UpdateDelegateAsync(UpdateDelegateType) method provides asynchronous access to the UpdateDelegateType operation. |
UpdateDelegateAsync(UpdateDelegateType, Object) |
The UpdateDelegateAsync(UpdateDelegateType, Object) method provides asynchronous access to the UpdateDelegateType operation. |
UpdateDelegateAsync(UpdateDelegateType)
The UpdateDelegateAsync(UpdateDelegateType) method provides asynchronous access to the UpdateDelegateType operation.
public:
void UpdateDelegateAsync(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1);
public void UpdateDelegateAsync (ExchangeWebServices.UpdateDelegateType UpdateDelegate1);
Public Sub UpdateDelegateAsync (UpdateDelegate1 As UpdateDelegateType)
Parameters
- UpdateDelegate1
- UpdateDelegateType
The UpdateDelegate request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
UpdateDelegateAsync(UpdateDelegateType, Object)
The UpdateDelegateAsync(UpdateDelegateType, Object) method provides asynchronous access to the UpdateDelegateType operation.
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)
Parameters
- UpdateDelegate1
- UpdateDelegateType
The UpdateDelegate request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).