다음을 통해 공유


Participant.BeginAdmit Method

Admits the participant sitting in the lobby to the conference.

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

Syntax

'Declaration
Public Function BeginAdmit ( _
    participantCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Participant
Dim participantCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAdmit(participantCallback, _
    state)
public IAsyncResult BeginAdmit(
    AsyncCallback participantCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Participant Class

Participant Members

Microsoft.Lync.Model.Conversation Namespace