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