ExchangeServiceBinding.BeginRemoveDelegate Method
The BeginRemoveDelegate method is used to begin an asynchronous RemoveDelegate call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginRemoveDelegate ( _
RemoveDelegate1 As RemoveDelegateType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim RemoveDelegate1 As RemoveDelegateType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginRemoveDelegate(RemoveDelegate1, _
callback, asyncState)
public IAsyncResult BeginRemoveDelegate(
RemoveDelegateType RemoveDelegate1,
AsyncCallback callback,
Object asyncState
)
Parameters
- RemoveDelegate1
Type: ExchangeWebServices.RemoveDelegateType
The RemoveDelegate request.
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginRemoveDelegate method returns an IAsyncResult object.