ExchangeServiceBinding.GetDelegateAsync Method (GetDelegateType, Object)
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, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetDelegate1 As GetDelegateType
Dim userState As Object
instance.GetDelegateAsync(GetDelegate1, _
userState)
public void GetDelegateAsync(
GetDelegateType GetDelegate1,
Object userState
)
Parameters
- GetDelegate1
Type: ExchangeWebServices.GetDelegateType
The GetDelegate request.
- userState
Type: System.Object