GrainCallFrequency Struct
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.
Represents an estimation of the frequency calls made from a source grain to a target grain.
[Orleans.Alias("Orleans.Runtime.GrainCallFrequency")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public struct GrainCallFrequency
[<Orleans.Alias("Orleans.Runtime.GrainCallFrequency")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type GrainCallFrequency = struct
Public Structure GrainCallFrequency
- Inheritance
-
GrainCallFrequency
- Attributes
Properties
CallCount |
The estimated number of calls made. |
SourceGrain |
The source grain. |
SourceHost |
The source host. |
TargetGrain |
The target grain. |
TargetHost |
The target host. |