SetStatistic Delegate
2/27/2008
Sets the specified statistic to the specified value.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Delegate Sub SetStatistic ( _
statisticName As String, _
statisticValue As String _
)
public delegate void SetStatistic (
string statisticName,
string statisticValue
)
public delegate void SetStatistic (
String^ statisticName,
String^ statisticValue
)
/** @delegate */
public delegate void SetStatistic (
String statisticName,
String statisticValue
)
Parameters
- statisticName
The statistic to set.
- statisticValue
The value to set the statistic to.
Remarks
Sets the specified statistic to the specified value.