Skip to content

INamedTransactionalStateStorageFactory Methods

Factory which creates an ITransactionalStateStorage by name.

Create(string, string)

abstract
public abstract ITransactionalStateStorage<TState> Create<TState>(string storageName, string stateName)
Create an ITransactionalStateStorage by name.

Parameters

storageNamestring
Name of transaction state storage to create.
stateNamestring
Name of transaction state.

Returns

ITransactionalStateStorage, null if not found.