Edit

Share via


ConferenceServices.BeginVerifyPasscode Method

Definition

Gets whether the supplied passcode is valid for the conference.

public:
 IAsyncResult ^ BeginVerifyPasscode(Microsoft::Rtc::Signaling::RealTimeAddress ^ conferenceAddress, System::String ^ passcode, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginVerifyPasscode (Microsoft.Rtc.Signaling.RealTimeAddress conferenceAddress, string passcode, AsyncCallback userCallback, object state);
member this.BeginVerifyPasscode : Microsoft.Rtc.Signaling.RealTimeAddress * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginVerifyPasscode (conferenceAddress As RealTimeAddress, passcode As String, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

conferenceAddress
RealTimeAddress

The conference address.

passcode
String

The passcode to verify.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown when the method failed to issue the request or when the endpoint does not support privileged operations.

Thrown when the supplied conference address or passcode were null.

Thrown when the supplied passcode was empty.

Remarks

This method requires an endpoint that supports privileged operations.

Applies to