Click or drag to resize

RoomSetMemberMessageT 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 RoomSetMemberMessage(
	long primaryKey,
	IDictionary<string, Object> properties
)

Parameters

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