Share via


ElectronicValueRW.SequenceNumber Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a "sequence number" as the result of each method call.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SequenceNumber As Integer
public abstract int SequenceNumber { get; }
public:
virtual property int SequenceNumber {
    int get () abstract;
}
/** @property */
public abstract int get_SequenceNumber ()
public abstract function get SequenceNumber () : int

Remarks

Holds a "sequence number" as the result of each method call. This number has to be checked by an application to see whether it matches with the argument SequenceNumber of the originating method.

This property is initialized to zero by the Open method.

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.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace