EndTerminate Method

Returns the results of the terminate operation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndTerminate ( _
    result As IAsyncResult _
)
'Usage
Dim instance As Call
Dim result As IAsyncResult

instance.EndTerminate(result)
public void EndTerminate(
    IAsyncResult result
)

Parameters

Remarks

If the terminate operation is still pending, the method will wait for completion before returning.

Exceptions

[cref][T:Microsoft.Rtc.Signaling.OperationTimeoutException]: The operation timed out waiting for a reply.

[cref][T:Microsoft.Rtc.Signaling.FailureResponseException]: Received a failure response from the network.

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: The operation failed with a reason other than a failure response .

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace