Click or drag to resize

ReplicaSetMessageT Constructor (Int64, IDictionaryInt32, Object)

Namespace:  SoftGear.Strix.Client.Replica.Message
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public ReplicaSetMessage(
	long primaryKey,
	IDictionary<int, Object> properties
)

Parameters

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