Edit

Share via


IManagementGrain.ForceRuntimeStatisticsCollection(SiloAddress[]) Method

Definition

Perform a run of the silo statistics collector in the specified silos.

public System.Threading.Tasks.Task ForceRuntimeStatisticsCollection (Orleans.Runtime.SiloAddress[] siloAddresses);
abstract member ForceRuntimeStatisticsCollection : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task
Public Function ForceRuntimeStatisticsCollection (siloAddresses As SiloAddress()) As Task

Parameters

siloAddresses
SiloAddress[]

List of silos this command is to be sent to.

Returns

A Task representing the work performed.

Applies to