Click or drag to resize

ClientPersistentStateItem Constructor

Initializes a new instance of the ClientPersistentStateItem class.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public ClientPersistentStateItem(
	string key,
	byte[] value,
	DateTime item_last_updated
)

Parameters

key  String
The key
value  Byte
The value
item_last_updated  DateTime
The time the item was last updated
Exceptions
ExceptionCondition
ArgumentExceptionkey
See Also