Share via


ExchangeServiceBinding.BeginDisconnectPhoneCall Method

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

Syntax

'Declaration
Public Function BeginDisconnectPhoneCall ( _
    DisconnectPhoneCall1 As DisconnectPhoneCallType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim DisconnectPhoneCall1 As DisconnectPhoneCallType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDisconnectPhoneCall(DisconnectPhoneCall1, _
    callback, asyncState)
public IAsyncResult BeginDisconnectPhoneCall(
    DisconnectPhoneCallType DisconnectPhoneCall1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.