ExchangeServiceBinding.EndGetPhoneCallInformation Method

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

Syntax

'Declaration
Public Function EndGetPhoneCallInformation ( _
    asyncResult As IAsyncResult _
) As GetPhoneCallInformationResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As GetPhoneCallInformationResponseMessageType

returnValue = instance.EndGetPhoneCallInformation(asyncResult)
public GetPhoneCallInformationResponseMessageType EndGetPhoneCallInformation(
    IAsyncResult asyncResult
)

Parameters