Click or drag to resize

MatchRoomGetCapacity Method

Gets 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 int GetCapacity()

Return Value

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