Share via


EndSendMessage Method

Complete the async operation started by the BeginSendMessage call.

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

Syntax

'Declaration
Protected Function EndSendMessage ( _
    result As IAsyncResult _
) As SipResponseData
'Usage
Dim result As IAsyncResult
Dim returnValue As SipResponseData

returnValue = Me.EndSendMessage(result)
protected SipResponseData EndSendMessage(
    IAsyncResult result
)

Parameters

Return Value

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

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace