ITransactionCoordinatorGrain Interface

Definition

public interface ITransactionCoordinatorGrain : Orleans.IGrainWithGuidKey
type ITransactionCoordinatorGrain = interface
    interface IGrainWithGuidKey
    interface IGrain
    interface IAddressable
Public Interface ITransactionCoordinatorGrain
Implements IGrainWithGuidKey
Derived
Implements

Methods

AddAndThrow(ITransactionTestGrain, Int32)
MultiGrainAdd(ITransactionCommitterTestGrain, ITransactionCommitOperation<IRemoteCommitService>, List<ITransactionTestGrain>, Int32)
MultiGrainAdd(List<ITransactionTestGrain>, Int32)
MultiGrainAddAndThrow(List<ITransactionTestGrain>, List<ITransactionTestGrain>, Int32)
MultiGrainDouble(List<ITransactionTestGrain>)
MultiGrainDoubleByRWRW(List<ITransactionTestGrain>, Int32)
MultiGrainDoubleByWRWR(List<ITransactionTestGrain>, Int32)
MultiGrainSet(List<ITransactionTestGrain>, Int32)
MultiGrainSetBit(List<ITransactionalBitArrayGrain>, Int32)
OrphanCallTransaction(ITransactionTestGrain)

Extension Methods

AsReference(IAddressable, Type)

Returns a typed reference to the provided grain.

AsReference<TGrainInterface>(IAddressable)

Returns a typed reference to the provided grain.

BindGrainReference(IAddressable, IGrainFactory)

Binds the grain reference to the provided IGrainFactory.

Cast(IAddressable, Type)

Returns a typed reference to the provided grain.

Cast<TGrainInterface>(IAddressable)

Returns a typed reference to the provided grain.

GetGrainId(IAddressable)

Returns the grain id corresponding to the provided grain.

GetGrainIdentity(IGrain)
GetPrimaryKey(IGrain)
GetPrimaryKey(IGrain, String)
GetPrimaryKey(IAddressable)

Returns the Guid representation of a grain primary key.

GetPrimaryKey(IAddressable, String)

Returns the Guid representation of a grain primary key.

GetPrimaryKeyLong(IGrain)
GetPrimaryKeyLong(IGrain, String)
GetPrimaryKeyLong(IAddressable)

Returns the long representation of a grain primary key.

GetPrimaryKeyLong(IAddressable, String)

Returns the long representation of a grain primary key.

GetPrimaryKeyString(IAddressable)

Returns the string primary key of the grain.

IsPrimaryKeyBasedOnLong(IAddressable)

Returns whether part of the primary key is of type long.

Applies to