EndCheckPasscodeIsOptional Method
Gets the results of checking if the conference passcode is optional.
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
Return Value
Type: System..::..Boolean
Remarks
Exceptions
[T:Microsoft.Rtc.Collaboration.ConferenceFailureException]: Thrown when the request failed.