Click or drag to resize

IClientPersistentStateRead Method

Retrieves value for the given key from the persistent store.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
ClientPersistentStateItem Read(
	string key
)

Parameters

key  String
Key

Return Value

ClientPersistentStateItem
Retrieved item
Remarks
Returns null if key is not found. Used at error recovery and for double-checking whether persistent state store contents are consistent with buffered values.
See Also