Skip to content

Grain

class

Namespace: Orleans

The abstract base class for all grain classes.
public abstract class Grain : IGrainBase, IAddressable

Properties

  • GrainContext Gets the grain context.
  • GrainReference
  • IdentityString String representation of grain's SiloIdentity including type and primary key.
  • RuntimeIdentity A unique identifier for the current silo. There is no semantic content to this string, but it may be useful for logging.

Methods