ForceActivationCollection(SiloAddress[], TimeSpan)
abstract
public abstract Task ForceActivationCollection(SiloAddress[] hostsIds, TimeSpan ageLimit)Perform a run of the Orleans activation collector in the specified silos.
Parameters
hostsIdsSiloAddress[]- List of silos this command is to be sent to.
ageLimitTimeSpan- Maximum idle time of activations to be collected.
Returns
A
System.Threading.Tasks.Task representing the work performed.