Edit

Share via


MediaProvider.EndGetAnswer(IAsyncResult) Method

Definition

Completes the operation started by BeginGetAnswer.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

The answer to send out. If a null answer is returned, the call will be terminated with InternalServerError.

Exceptions

Thrown when the given offer was not acceptable.

Applies to