IManagementGrain.GetTotalActivationCount 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.
Return the total count of all current grain activations across all silos.
public System.Threading.Tasks.Task<int> GetTotalActivationCount ();
abstract member GetTotalActivationCount : unit -> System.Threading.Tasks.Task<int>
Public Function GetTotalActivationCount () As Task(Of Integer)
Returns
The total number of grain activations across all silos.