EndSendInfo Method

Complete the SendInfo operation that was initiated earlier.

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

Syntax

'Declaration
Public Function EndSendInfo ( _
    result As IAsyncResult _
) As SipResponseData
'Usage
Dim instance As Call
Dim result As IAsyncResult
Dim returnValue As SipResponseData

returnValue = instance.EndSendInfo(result)
public SipResponseData EndSendInfo(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Signaling..::..SipResponseData

Remarks

Exceptions

[cref][T:System.ArgumentException]: Thrown when invalid arguments are passed.

[cref][T:System.ArgumentNullException]: Thrown when a non-null is expected for an argument. The argument name for which a non-null is expected is part of the exception message.

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: Thrown when the server or remote participant returns an error. The response code in the exception should give more information about the error.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace