PinPadBasic.SetStatisticHandlers(String, GetStatistic, SetStatistic) Method

Definition

protected void SetStatisticHandlers (string statisticName, Microsoft.PointOfService.BaseServiceObjects.GetStatistic getStatistic, Microsoft.PointOfService.BaseServiceObjects.SetStatistic setStatistic);
member this.SetStatisticHandlers : string * Microsoft.PointOfService.BaseServiceObjects.GetStatistic * Microsoft.PointOfService.BaseServiceObjects.SetStatistic -> unit
Protected Sub SetStatisticHandlers (statisticName As String, getStatistic As GetStatistic, setStatistic As SetStatistic)

Parameters

statisticName
String
getStatistic
GetStatistic
setStatistic
SetStatistic

Applies to