ExchangeServiceBinding.BeginUpdateDelegate Method

Definition

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.

Applies to