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