Click or drag to resize

PersistenceKeyValuePair(String, Int64) Constructor

Initializes a new instance of the PersistenceKeyValuePair class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public PersistenceKeyValuePair(
	string key,
	long value
)

Parameters

key  String
The key.
value  Int64
The value.
Remarks
The numeric value is written in round-trip format into the value field.
See Also