ExchangeServiceBinding.UpdateDelegateAsync Method (UpdateDelegateType, Object)

The UpdateDelegateAsync method provides asynchronous access to the UpdateDelegateType operation.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub UpdateDelegateAsync ( _
    UpdateDelegate1 As UpdateDelegateType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateDelegate1 As UpdateDelegateType
Dim userState As Object

instance.UpdateDelegateAsync(UpdateDelegate1, _
    userState)
public void UpdateDelegateAsync(
    UpdateDelegateType UpdateDelegate1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.