GetStatistic Delegate (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a device statistic.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Delegate Function GetStatistic ( _
    statisticName As String _
) As String
public delegate string GetStatistic (
    string statisticName
)
public delegate String^ GetStatistic (
    String^ statisticName
)
/** @delegate */
public delegate String GetStatistic (
    String statisticName
)

Parameters

  • statisticName
    The statistic to get.

See Also

Reference

Microsoft.PointOfService.BaseServiceObjects Namespace