SimpleGrainStatistic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |