共用方式為


ElectronicJournal.RetrieveMarker(MarkerType, Int32, Int32) Method

Definition

Returns a marker implicitly stored on the record medium.

public abstract string RetrieveMarker (Microsoft.PointOfService.MarkerType markerType, int sessionNumber, int documentNumber);
abstract member RetrieveMarker : Microsoft.PointOfService.MarkerType * int * int -> string
Public MustOverride Function RetrieveMarker (markerType As MarkerType, sessionNumber As Integer, documentNumber As Integer) As String

Parameters

markerType
MarkerType

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

sessionNumber
Int32

Contains the session number of the queried marker. If a session concept is not supported by the device, this parameter must be set to a value that is less than zero.

documentNumber
Int32

Contains the number of the queried markers document. If the value of markerType is SessionBegin or SessionEnd, this parameter is ignored.

Returns

Applies to