ElectronicJournal.RetrieveCurrentMarker(MarkerType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the last implicitly stored marker.
public abstract string RetrieveCurrentMarker (Microsoft.PointOfService.MarkerType markerType);
abstract member RetrieveCurrentMarker : Microsoft.PointOfService.MarkerType -> string
Public MustOverride Function RetrieveCurrentMarker (markerType As MarkerType) As String
Parameters
- markerType
- MarkerType
Specifies the type of the queried current marker. See values in Remarks.