ITransactionAgent
interface
Namespace: Orleans.Transactions
The Transaction Agent it is used by the silo and activations to interact with the transactions system.
public interface ITransactionAgentRemarks
There is one Transaction Agent per silo. TODO: does this belong in Runtime instead?
Methods
Abort(TransactionInfo)Abort a transaction.Resolve(TransactionInfo)Attempt to Resolve a transaction. Will commit or abort transactionStartTransaction(bool, TimeSpan)Starts a new transaction
