ConferenceServices.BeginVerifyPasscode Method

Definition

Gets whether the supplied passcode is valid for the conference.

C#
public IAsyncResult BeginVerifyPasscode (Microsoft.Rtc.Signaling.RealTimeAddress conferenceAddress, string passcode, AsyncCallback userCallback, object state);

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

Producto Versiones
Lync UCMA 4.0, 5.0, latest