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