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

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

Syntax

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

Parameters

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

Return Value

True if the passcode is optional, false if the passcode is required.

Exceptions

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

See Also