Skip to content

TransactionCommitterAttribute.TransactionCommitterAttribute(string, string?)

TransactionCommitterAttribute(string, string?)

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

Parameters

serviceNamestring
The name of the service which receives committed operations.
storageNamestring?
The name of the storage provider used by the transaction committer.