Click or drag to resize

AddUserTimeNonWorkShiftInProcessingMode Property

The processing mode to use when this transaction is sent

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string ProcessingMode { get; set; }

Property Value

String
Remarks
The processing mode to use when this transaction is sent.

Modes

NameDescription
DEFAULT The default setting for this mode holds to a general processing cycle where when this transaction is sent it will be added to a queue for processing. When a transaction is queued it may take several minutes before its processed meaning that it will not up with the correct state in the UI until it is completed.
REAL-TIMEThe transaction sent will be processed immediately and not added to the queue.
Example
10
See Also