BeginVerifyPasscode Method
Verifies if the supplied passcode is valid for the conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginVerifyPasscode ( _
conferenceAddress As RealTimeAddress, _
passcode As String, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ConferenceServices
Dim conferenceAddress As RealTimeAddress
Dim passcode As String
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginVerifyPasscode(conferenceAddress, _
passcode, userCallback, state)
public IAsyncResult BeginVerifyPasscode(
RealTimeAddress conferenceAddress,
string passcode,
AsyncCallback userCallback,
Object state
)
Parameters
- conferenceAddress
Type: Microsoft.Rtc.Signaling..::..RealTimeAddress
- passcode
Type: System..::..String
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult