Share via


EndVerifyPasscode Method

Gets the result of verifying the passcode.

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

Return Value

Type: System..::..Boolean

Remarks

Exceptions

[T:Microsoft.Rtc.Collaboration.ConferenceFailureException]: Thrown when the request failed.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace