MediaProvider.EndGetAnswer(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.