Edit

Share via


GrainCallFrequency Struct

Definition

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.

Applies to