IManagementGrain.ForceGarbageCollection(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 .NET garbage collector in the specified silos.
public System.Threading.Tasks.Task ForceGarbageCollection (Orleans.Runtime.SiloAddress[] hostsIds);
abstract member ForceGarbageCollection : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task
Public Function ForceGarbageCollection (hostsIds As SiloAddress()) As Task
Parameters
- hostsIds
- SiloAddress[]
List of silos this command is to be sent to.
Returns
A Task representing the work performed.