ExchangeServiceBinding.BeginUpdateDelegate 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.
The BeginUpdateDelegate(UpdateDelegateType, AsyncCallback, Object) method is used to begin an asynchronous UpdateDelegate(UpdateDelegateType) call.
public:
IAsyncResult ^ BeginUpdateDelegate(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginUpdateDelegate (ExchangeWebServices.UpdateDelegateType UpdateDelegate1, AsyncCallback callback, object asyncState);
Public Function BeginUpdateDelegate (UpdateDelegate1 As UpdateDelegateType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- UpdateDelegate1
- UpdateDelegateType
The UpdateDelegate request.
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginUpdateDelegate(UpdateDelegateType, AsyncCallback, Object) method returns an IAsyncResult object.