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