com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..CloseLobby Method

Closes a lobby and returns the players that were in it.

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

Syntax


public IPlayer[] CloseLobby(

	ushort lobbyId

)

Parameters

lobbyId
Type: UInt16
The ID of the lobby to close.

Return Value

An array of players that were in the closed lobby.