Click or drag to resize

Transaction Class

Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.Scripting.API.FiscalTransaction

Namespace: Micros.PosCore.Extensibility.Scripting.API.Fiscal
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public class Transaction : IDisposable

The Transaction type exposes the following members.

Methods
 NameDescription
Public methodBegin 
Public methodClose 
Public methodCommit 
Public methodDisposeReleases all resources used by the Transaction
Protected methodDispose(Boolean)Releases the unmanaged resources used by the Transaction and optionally releases the managed resources
Public methodRollback 
Top
See Also