ExchangeServiceBinding.BeginAddDelegate Method

Definition

The BeginAddDelegate(AddDelegateType, AsyncCallback, Object) method is used to begin an asynchronous AddDelegate call.

public:
 IAsyncResult ^ BeginAddDelegate(ExchangeWebServices::AddDelegateType ^ AddDelegate1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginAddDelegate (ExchangeWebServices.AddDelegateType AddDelegate1, AsyncCallback callback, object asyncState);
Public Function BeginAddDelegate (AddDelegate1 As AddDelegateType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

AddDelegate1
AddDelegateType

The AddDelegate request.

callback
AsyncCallback
asyncState
Object

Returns

The BeginAddDelegate(AddDelegateType, AsyncCallback, Object) method returns an IAsynchResult object.

Applies to