Click or drag to resize

RoomJoinMessageT Constructor (Int64, IDictionaryString, Object)

Namespace:  SoftGear.Strix.Client.Room.Message
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public RoomJoinMessage(
	long primaryKey,
	IDictionary<string, Object> roomMemberProperties
)

Parameters

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