GrainCallFrequency
struct
Namespace: Orleans.Runtime
Represents an estimation of the frequency calls made from a source grain to a target grain.
[Orleans.GenerateSerializer][Orleans.Alias(Orleans.Runtime.GrainCallFrequency)][Orleans.Immutable]public struct GrainCallFrequencyProperties
CallCountThe estimated number of calls made.SourceGrainThe source grain.SourceHostThe source host.TargetGrainThe target grain.TargetHostThe target host.
