Share via


SignatureCaptureBasic.SetStatisticValue Method

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

Usage

'Usage
Public Class signatureCaptureBasicImplementation
    Inherits SignatureCaptureBasic
        Protected Overrides Function SetStatisticValue(statisticName As String, _
            value As Object)
            MyBase.SetStatisticValue(statisticName, value)
        End Function
End Class

Syntax

'Declaration
Protected Function SetStatisticValue( _
    ByVal statisticName As String, _
    ByVal value As Object _
) As Boolean
protected bool SetStatisticValue(
    string statisticName, 
    object value
);
protected: Boolean SetStatisticValue(
    String^ statisticName, 
    Object^ value
);
protected boolean SetStatisticValue(
    System.String statisticName, 
    System.Object value
);
protected function SetStatisticValue(
     statisticName : String, 
     value : Object
) : Boolean;

Parameters

  • statisticName
  • value

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