Edit

Share via


IManagementGrain.GetDetailedGrainStatistics(String[], SiloAddress[]) Method

Definition

Returns the most recent detailed grain statistics information, amalgamated across silos for the specified types.

public System.Threading.Tasks.Task<Orleans.Runtime.DetailedGrainStatistic[]> GetDetailedGrainStatistics (string[] types = default, Orleans.Runtime.SiloAddress[] hostsIds = default);
abstract member GetDetailedGrainStatistics : string[] * Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task<Orleans.Runtime.DetailedGrainStatistic[]>
Public Function GetDetailedGrainStatistics (Optional types As String() = Nothing, Optional hostsIds As SiloAddress() = Nothing) As Task(Of DetailedGrainStatistic())

Parameters

types
String[]

Array of grain types to filter the results with

hostsIds
SiloAddress[]

List of silos this command is to be sent to.

Returns

Detailed grain statistics.

Applies to