Skip to content

TransactionalStateAttribute.TransactionalStateAttribute(string, string?)

TransactionalStateAttribute(string, string?)

View source
public TransactionalStateAttribute(string stateName, string? storageName = null)
Initializes a new instance of the TransactionalStateAttribute class.

Parameters

stateNamestring
The transactional state name.
storageNamestring?
The name of the storage provider used for the transactional state.