Skip to content

SimpleGrainStatistic

class

Namespace: Orleans.Runtime

Simple snapshot of current statistics for a given grain type on a given silo.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class SimpleGrainStatistic

Constructors

Properties

  • ActivationCount The number of activations of this grain type on this given silo.
  • GrainType The type of the grain for this SimpleGrainStatistic.
  • SiloAddress The silo address for this SimpleGrainStatistic.

Methods

  • ToString Returns the string representation of this SimpleGrainStatistic.