This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndChangeCertificate ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndChangeCertificate(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndChangeCertificate(
	
IAsyncResult^ 
result
)
JavaScript
function 
endChangeCertificate(
result);

Parameters

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

Exceptions

Exception Condition
Microsoft.Rtc.Signaling . . :: . ConnectionFailureException Thrown when listening failed on the active IP EndPoint.
Microsoft.Rtc.Signaling . . :: . OperationTimeoutException Thrown when the start or stop operation timed out.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when the operation failed.

See Also