ConferenceServices.EndCheckPasscodeIsOptional Method
Waits for the pending asynchronous operation of checking the passcode to complete.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function EndCheckPasscodeIsOptional ( _
result As IAsyncResult _
) As Boolean
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As Boolean
returnValue = instance.EndCheckPasscodeIsOptional(result)
public bool EndCheckPasscodeIsOptional(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: System.Boolean
True if the passcode is optional, false if the passcode is required.
Exceptions
Exception | Condition |
---|---|
ConferenceFailureException | Thrown when retrieving conference passcode setting failed with a Centralized Conference Control Protocol (C3P) body in the response. |
RealTimeException | Thrown when retrieving conference passcode setting failed without a C3P body in the response. |