Share via


ElectronicJournal.RetrieveCurrentMarker Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Returns the last implicitly stored marker.

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

Syntax

'Declaration
Public MustOverride Function RetrieveCurrentMarker ( _
    markerType As MarkerType _
) As String
public abstract string RetrieveCurrentMarker (
    MarkerType markerType
)
public:
virtual String^ RetrieveCurrentMarker (
    MarkerType markerType
) abstract
public abstract String RetrieveCurrentMarker (
    MarkerType markerType
)
public abstract function RetrieveCurrentMarker (
    markerType : MarkerType
) : String

Parameters

  • markerType
    Specifies the type of the queried current marker. See values in Remarks.

Remarks

Returns the last implicitly stored marker. The format and content of the marker is represented by a string and is implementation specific. The returned marker is typically used as an input parameter for the PrintContent and QueryContent methods.

This method is only supported if the CapRetrieveCurrentMarker property value is true.

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
CapRetrieveCurrentMarker
QueryContent
PrintContent
RetrieveMarker
RetrieveMarkerByDateTime
ElectronicJournal.AddMarker Method