Share via


SetStatistic Delegate

Definition

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

Applies to