Share via


Room.BeginJoin method

Join this room

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

Syntax

'Declaration
Public Function BeginJoin ( _
    roomCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Room
Dim roomCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginJoin(roomCallback, _
    state)
public IAsyncResult BeginJoin(
    AsyncCallback roomCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace