Edit

Share via


IManagementGrain.GetRuntimeStatistics(SiloAddress[]) Method

Definition

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.

Applies to