IManagementGrain.GetGrainCallFrequencies(SiloAddress[]) Method
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.
Gets estimated grain call frequency statistics from the specified hosts.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.GrainCallFrequency>> GetGrainCallFrequencies (Orleans.Runtime.SiloAddress[] hostsIds = default);
abstract member GetGrainCallFrequencies : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.GrainCallFrequency>>
Public Function GetGrainCallFrequencies (Optional hostsIds As SiloAddress() = Nothing) As Task(Of List(Of GrainCallFrequency))
Parameters
- hostsIds
- SiloAddress[]
The hosts to request grain call frequency counts from.
Returns
A list of estimated grain call frequencies.
Remarks
Note that this resulting collection does not necessarily contain all grain calls. It contains an estimation of the calls with the highest frequency.