ConferenceSession.BeginLockConference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BeginLockConference(AsyncCallback, Object) |
Locks the joined conference. |
BeginLockConference(LockConferenceOptions, AsyncCallback, Object) |
Locks the joined conference. |
BeginLockConference(AsyncCallback, Object)
Locks the joined conference.
public:
IAsyncResult ^ BeginLockConference(AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginLockConference (AsyncCallback userCallback, object state);
member this.BeginLockConference : AsyncCallback * obj -> IAsyncResult
Public Function BeginLockConference (userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- 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 operation is not valid at the given conference session state.
Remarks
This operation is allowed by the server for conference leaders only. Any attendees joining a conference after it gets locked are placed into the conference lobby. Participants placed in the conference lobby are not visible to applications built on UCMA 2.0. However, if admitted into the conference by a conference leader, they become visible to the application.
Applies to
BeginLockConference(LockConferenceOptions, AsyncCallback, Object)
Locks the joined conference.
public:
IAsyncResult ^ BeginLockConference(Microsoft::Rtc::Collaboration::LockConferenceOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginLockConference (Microsoft.Rtc.Collaboration.LockConferenceOptions options, AsyncCallback userCallback, object state);
member this.BeginLockConference : Microsoft.Rtc.Collaboration.LockConferenceOptions * AsyncCallback * obj -> IAsyncResult
Public Function BeginLockConference (options As LockConferenceOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- options
- LockConferenceOptions
Options to customize locking the conference.
- 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 operation is not valid at the given conference session state.
Remarks
This operation is allowed by the server for conference leaders only. Any attendees joining a conference after it gets locked are placed into the conference lobby. Participants placed in the conference lobby are not visible to applications built on UCMA 2.0. However, if admitted into the conference by a conference leader, they become visible to the application.