IManagementGrain.GetDetailedGrainStatistics(String[], 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.
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.