ExchangeServiceBinding.BeginAddDelegate 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 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.