Edit

Share via


IManagementGrain.ForceGarbageCollection(SiloAddress[]) Method

Definition

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.

Applies to