Share via


SignatureCaptureBasic.SetStatisticHandlers Method

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

Usage

'Usage
Public Class signatureCaptureBasicImplementation
    Inherits SignatureCaptureBasic
        Protected Overrides Sub SetStatisticHandlers(statisticName As String, _
            getStatistic As GetStatistic, _
            setStatistic As SetStatistic)
            MyBase.SetStatisticHandlers(statisticName, getStatistic, setStatistic)
        End Sub
End Class

Syntax

'Declaration
Protected Sub SetStatisticHandlers( _
    ByVal statisticName As String, _
    ByVal getStatistic As GetStatistic, _
    ByVal setStatistic As SetStatistic _
)
protected void SetStatisticHandlers(
    string statisticName, 
    GetStatistic getStatistic, 
    SetStatistic setStatistic
);
protected: Void SetStatisticHandlers(
    String^ statisticName, 
    GetStatistic^ getStatistic, 
    SetStatistic^ setStatistic
);
protected void SetStatisticHandlers(
    System.String statisticName, 
    GetStatistic getStatistic, 
    SetStatistic setStatistic
);
protected function SetStatisticHandlers(
     statisticName : String, 
     getStatistic : GetStatistic, 
     setStatistic : SetStatistic
) : Void;

Parameters

  • statisticName
  • getStatistic
  • setStatistic

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SignatureCaptureBasic Class
SignatureCaptureBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace