Share via


Conversation.BeginAdmitParticipants Method

Used to admit a set of participants into conference when the participant set is in the lobby.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginAdmitParticipants ( _
    participants As IEnumerable(Of Participant), _
    conversationCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Conversation
Dim participants As IEnumerable(Of Participant)
Dim conversationCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAdmitParticipants(participants, _
    conversationCallback, state)
public IAsyncResult BeginAdmitParticipants(
    IEnumerable<Participant> participants,
    AsyncCallback conversationCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

Remarks

To determine if a participant is in the lobby, read the IsInLobby property on each participant. If true is returned, the participant is in the lobby.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace