ExchangeServiceBinding.BeginGetDelegate Method

Definition

public:
 IAsyncResult ^ BeginGetDelegate(ExchangeWebServices::GetDelegateType ^ GetDelegate1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetDelegate (ExchangeWebServices.GetDelegateType GetDelegate1, AsyncCallback callback, object asyncState);
Public Function BeginGetDelegate (GetDelegate1 As GetDelegateType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

GetDelegate1
GetDelegateType

The GetDelegate request.

callback
AsyncCallback
asyncState
Object

Returns

The BeginGetDelegate(GetDelegateType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to