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 SimpleGrainStatisticConstructors
Properties
ActivationCountThe number of activations of this grain type on this given silo.GrainTypeThe type of the grain for this SimpleGrainStatistic.SiloAddressThe silo address for this SimpleGrainStatistic.
Methods
ToStringReturns the string representation of this SimpleGrainStatistic.
