Conversation.BeginAdmitParticipants method

Used to admit a set of participants into conference.

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

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace