FloatValueStatistic.AddCounters 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.
public static void AddCounters (System.Collections.Generic.List<Orleans.Runtime.ICounter> list, Func<Orleans.Runtime.ICounter,bool> predicate);
static member AddCounters : System.Collections.Generic.List<Orleans.Runtime.ICounter> * Func<Orleans.Runtime.ICounter, bool> -> unit
Public Shared Sub AddCounters (list As List(Of ICounter), predicate As Func(Of ICounter, Boolean))