Click or drag to resize

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
C#
public void SetMemberCount(
	int memberCount
)

Parameters

memberCount
Type: SystemInt32
The current number of members in the room.
See Also