Click or drag to resize

MatchRoomSetCapacity Method

Sets the maximum allowed number of members in the room.

Namespace:  SoftGear.Strix.Client.Match.Room.Model
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public void SetCapacity(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The maximum allowed number of members in the room.
See Also