Click or drag to resize

MatchRoomJoinMessageT Constructor (Int64, String, IDictionaryString, Object)

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,
	IDictionary<string, Object> roomMemberProperties
)

Parameters

primaryKey
Type: SystemInt64
password
Type: SystemString
roomMemberProperties
Type: System.Collections.GenericIDictionaryString, Object
See Also