Completes the operation started by BeginGetAnswer.

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

Syntax

Visual Basic (Declaration)
Protected 
MustOverride 
Function 
EndGetAnswer ( _
	
result 
As 
IAsyncResult _
) 
As 
SdpAnswer
C#
protected 
abstract 
SdpAnswer

EndGetAnswer(
	
IAsyncResult 
result
)
Visual C++
protected:
virtual 

SdpAnswer^ 
EndGetAnswer(
	
IAsyncResult^ 
result
) 
abstract
JavaScript
function 
endGetAnswer(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

Return Value

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

Exceptions

Exception Condition
Microsoft.Rtc.Collaboration . . :: . OfferAnswerException Thrown when the given offer was not acceptable.

See Also