Click or drag to resize

SetMessageT Constructor (Int64, IDictionaryString, Object)

Namespace:  SoftGear.Strix.Client.Core.Message
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public SetMessage(
	long primaryKey,
	IDictionary<string, Object> properties
)

Parameters

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