SimpleGrainStatistic Class

Definition

Simple snapshot of current statistics for a given grain type on a given silo.

[System.Serializable]
public class SimpleGrainStatistic
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class SimpleGrainStatistic
[<System.Serializable>]
type SimpleGrainStatistic = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type SimpleGrainStatistic = class
Public Class SimpleGrainStatistic
Public NotInheritable Class SimpleGrainStatistic
Inheritance
SimpleGrainStatistic
Attributes

Constructors

SimpleGrainStatistic()

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.

Applies to