SetStatistic Delegate
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.
Sets the specified statistic to the specified value.
public delegate void SetStatistic(string statisticName, string statisticValue);
type SetStatistic = delegate of string * string -> unit
Public Delegate Sub SetStatistic(statisticName As String, statisticValue As String)
Parameters
- statisticName
- String
- statisticValue
- String