Edytuj

Udostępnij za pośrednictwem


IManagementGrain.GetGrainCallFrequencies(SiloAddress[]) Method

Definition

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.

Applies to