Share via


ExchangeServiceBinding.GetDelegateAsync Method (GetDelegateType)

The GetDelegateAsync method provides asynchronous access to the GetDelegate operation.

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

Syntax

'Declaration
Public Sub GetDelegateAsync ( _
    GetDelegate1 As GetDelegateType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetDelegate1 As GetDelegateType

instance.GetDelegateAsync(GetDelegate1)
public void GetDelegateAsync(
    GetDelegateType GetDelegate1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.