Click or drag to resize

TransactionDispose Method (Boolean)

Releases the unmanaged resources used by the Transaction and optionally releases the managed resources

Namespace:  Micros.PosCore.Extensibility.Scripting.API.Fiscal
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also