Click or drag to resize

IPersistentStateBufferGetAllProviderItems Method

Returns all persistent state items that belong to specific provider.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
IEnumerable<PersistentStateItem> GetAllProviderItems(
	ProtocolProviderType provider_type
)

Parameters

provider_type  ProtocolProviderType
Provider type

Return Value

IEnumerablePersistentStateItem
All persistent state items that belong to specific provider.
See Also