Edytuj

Udostępnij za pośrednictwem


IManagementGrain.ResetGrainCallFrequencies(SiloAddress[]) Method

Definition

For testing only. Resets grain call frequency counts on the specified hosts.

public System.Threading.Tasks.ValueTask ResetGrainCallFrequencies (Orleans.Runtime.SiloAddress[] hostsIds = default);
abstract member ResetGrainCallFrequencies : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.ValueTask
Public Function ResetGrainCallFrequencies (Optional hostsIds As SiloAddress() = Nothing) As ValueTask

Parameters

hostsIds
SiloAddress[]

The hosts to invoke the operation on.

Returns

A task representing the work performed.

Applies to