Click or drag to resize

MatchRoomJoinMessageT Constructor (Int64, String)

Namespace:  SoftGear.Strix.Client.Match.Room.Message
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public MatchRoomJoinMessage(
	long primaryKey,
	string password
)

Parameters

primaryKey
Type: SystemInt64
password
Type: SystemString
See Also