ExchangeServiceBinding.BeginRemoveDelegate 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 BeginRemoveDelegate(RemoveDelegateType, AsyncCallback, Object) method is used to begin an asynchronous RemoveDelegate(RemoveDelegateType) call.
public:
IAsyncResult ^ BeginRemoveDelegate(ExchangeWebServices::RemoveDelegateType ^ RemoveDelegate1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginRemoveDelegate (ExchangeWebServices.RemoveDelegateType RemoveDelegate1, AsyncCallback callback, object asyncState);
Public Function BeginRemoveDelegate (RemoveDelegate1 As RemoveDelegateType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- RemoveDelegate1
- RemoveDelegateType
The RemoveDelegate request.
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginRemoveDelegate(RemoveDelegateType, AsyncCallback, Object) method returns an IAsyncResult object.