Click or drag to resize

IClientPersistentStateWrite Method

Write batch of key-value pairs into client provided persistent store (DB, file system).

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void Write(
	IList<ClientPersistentStateItem> items
)

Parameters

items  IListClientPersistentStateItem
Batch of items
Remarks
Overwrites existing values so that stale items can be removed.
See Also