MediaProvider.EndGetOffer(IAsyncResult) Method

Definition

Completes the operation started by BeginGetOffer.

protected:
 abstract Microsoft::Rtc::Collaboration::SdpOffer ^ EndGetOffer(IAsyncResult ^ result);
protected abstract Microsoft.Rtc.Collaboration.SdpOffer EndGetOffer (IAsyncResult result);
abstract member EndGetOffer : IAsyncResult -> Microsoft.Rtc.Collaboration.SdpOffer
Protected MustOverride Function EndGetOffer (result As IAsyncResult) As SdpOffer

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

The offer to be sent out. If a null offer is returned, the call will be terminated.

Exceptions

Thrown when the offer to send out cannot be created.

Applies to