IExclusiveLockCoordinatorGrain
interface
Namespace: Orleans.Transactions.TestKit
public interface IExclusiveLockCoordinatorGrain : IGrain, IGrainWithGuidKey, IAddressableMethods
ReadThenWrite(ITransactionTestGrain, int)Performs a Read-then-Write pattern on a grain without exclusive lock.ReadThenWriteWithExclusiveLock(IExclusiveLockTransactionTestGrain, int)Performs a Read-then-Write pattern on a grain with exclusive lock on reads. The exclusive lock prevents lock upgrade conflicts under concurrent execution.
