ExchangeServiceBinding.BeginGetDelegate 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 BeginGetDelegate(GetDelegateType, AsyncCallback, Object) method is used to begin an asynchronous GetDelegate(GetDelegateType) call.
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.