Share via


EndGetOffer Method

Abstract method to complete the get offer operation.

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

Syntax

'Declaration
Protected MustOverride Function EndGetOffer ( _
    result As IAsyncResult _
) As SdpOffer
'Usage
Dim result As IAsyncResult
Dim returnValue As SdpOffer

returnValue = Me.EndGetOffer(result)
protected abstract SdpOffer EndGetOffer(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Collaboration..::..SdpOffer

Remarks

Exceptions

[T:Microsoft.Rtc.Collaboration.OfferAnswerException]: Throws MediaProvider Exception, if cannot create the offer to send out.

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace