com.onlineobject.objectnet Namespace

NetworkLobby Constructor

Constructs a new NetworkLobby instance with a specified ID and optional name.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public NetworkLobby(

	ushort id,

	string name

)

Parameters

id
Type: UInt16
The unique identifier for the lobby.
name
Type: String
The name of the lobby. If null, a default name is generated.