MatchRoomSetMemberCount Method |
Sets the current 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 public void SetMemberCount(
int memberCount
)
Parameters
- memberCount
- Type: SystemInt32
The current number of members in the room.
See Also