IManagementGrain.GetRuntimeStatistics(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.
Return the most recent silo runtime statistics information for the specified silos.
public System.Threading.Tasks.Task<Orleans.Runtime.SiloRuntimeStatistics[]> GetRuntimeStatistics (Orleans.Runtime.SiloAddress[] hostsIds);
abstract member GetRuntimeStatistics : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task<Orleans.Runtime.SiloRuntimeStatistics[]>
Public Function GetRuntimeStatistics (hostsIds As SiloAddress()) As Task(Of SiloRuntimeStatistics())
Parameters
- hostsIds
- SiloAddress[]
List of silos this command is to be sent to.
Returns
Runtime statistics from the specified hosts.