IManagementGrain.ForceRuntimeStatisticsCollection(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.
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.