ExchangeServiceBinding.RemoveDelegateAsync Method (RemoveDelegateType, Object)

The RemoveDelegateAsync method provides asynchronous access to the RemoveDelegate operation.

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

Syntax

'Declaration
Public Sub RemoveDelegateAsync ( _
    RemoveDelegate1 As RemoveDelegateType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim RemoveDelegate1 As RemoveDelegateType
Dim userState As Object

instance.RemoveDelegateAsync(RemoveDelegate1, _
    userState)
public void RemoveDelegateAsync(
    RemoveDelegateType RemoveDelegate1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.