Waits for the pending BeginAccept operation to complete.

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

Syntax

Visual Basic (Declaration)
Public 
MustOverride 
Function 
EndAccept ( _
	
result 
As 
IAsyncResult _
) 
As 

SipRequestData
C#
public 
abstract 

SipRequestData 
EndAccept(
	
IAsyncResult 
result
)
Visual C++
public:
virtual 

SipRequestData^ 
EndAccept(
	
IAsyncResult^ 
result
) 
abstract
JavaScript
function 
endAccept(
result);

Parameters

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

Exceptions

Exception Condition
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when the response cannot be sent for other reasons.
Microsoft.Rtc.Signaling . . :: . OperationTimeoutException Thrown when ack is not received.
ArgumentException Thrown when an incorrect asyncresult instance is passed.

See Also