Skip to content

NamedTransactionalStateStorageFactory.Create(string, string)

Create(string, string)

View source
public 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.