Click or drag to resize

MatchRoomSetState Method

Sets the room state.

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 SetState(
	int state
)

Parameters

state
Type: SystemInt32
Room state.
See Also