SimpleGrainStatistic Class
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.
C#
[System.Serializable]
public class SimpleGrainStatistic
C#
[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
Activation |
The number of activations of this grain type on this given silo. |
Grain |
The type of the grain for this SimpleGrainStatistic. |
Silo |
The silo address for this SimpleGrainStatistic. |
To |
Returns the string representation of this SimpleGrainStatistic. |
Продукт | Версии |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |