Waits for the pending asynchronous operation to verify the passcode to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndVerifyPasscode ( _
	
result 
As 
IAsyncResult _
) 
As 
Boolean
C#
public 
bool 
EndVerifyPasscode(
	
IAsyncResult 
result
)
Visual C++
public:
bool 
EndVerifyPasscode(
	
IAsyncResult^ 
result
)
JavaScript
function 
endVerifyPasscode(
result);

Parameters

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

Return Value

True if the passcode is valid, false if the passcode is invalid.

Exceptions

Exception Condition
Microsoft.Rtc.Collaboration . . :: . ConferenceFailureException Thrown when verifying conference passcode failed with a Centralized Conference Control Protocol (C3P) body in the response.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when when verifying conference passcode setting failed without a C3P body in the response.

See Also