ExchangeServiceBinding.BeginGetPhoneCallInformation Method

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

Syntax

'Declaration
Public Function BeginGetPhoneCallInformation ( _
    GetPhoneCallInformation1 As GetPhoneCallInformationType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetPhoneCallInformation1 As GetPhoneCallInformationType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetPhoneCallInformation(GetPhoneCallInformation1, _
    callback, asyncState)
public IAsyncResult BeginGetPhoneCallInformation(
    GetPhoneCallInformationType GetPhoneCallInformation1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.