Share via


ElectronicJournal.AddMarker Method

2/27/2008

Adds a marker to the end of the data that is stored on the recording medium.

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

Syntax

'Declaration
Public MustOverride Sub AddMarker ( _
    marker As String _
)
public abstract void AddMarker (
    string marker
)
public:
virtual void AddMarker (
    String^ marker
) abstract
public abstract void AddMarker (
    String marker
)
public abstract function AddMarker (
    marker : String
)

Parameters

  • marker
    Marker identifier.

Remarks

Adds a marker to the end of the data that is stored on the recording medium. Index numbers may be specified as arguments to specify the data range when obtaining data or printing on the connected PosPrinter system.

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

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
CapAddMarker
RetrieveMarker