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