Skip to content

MultiStateTransactionalBitArrayGrain

class

Namespace: Orleans.Transactions.TestKit.Correctnesss

The abstract base class for all grain classes.
[Orleans.GrainType(txn-correctness-MultiStateTransactionalBitArrayGrain)]
public class MultiStateTransactionalBitArrayGrain : Grain, IGrain, IGrainWithGuidKey, IAddressable, ITransactionalBitArrayGrain

Constructors

Methods

  • Get Performs a read transaction on each state, returning the results in order.
  • OnActivateAsync(CancellationToken) This method is called at the end of the process of activating a grain. It is called before any messages have been dispatched to the grain. For grains with declared persistent state, this method is called after the State property has been populated.
  • Ping Ping
  • SetBit(int) apply set operation to every transaction state