Click or drag to resize

IPersistentStateBufferRead 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#
PersistentStateItem Read(
	PersistentStateItemKey key
)

Parameters

key  PersistentStateItemKey
Key

Return Value

PersistentStateItem
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