Click or drag to resize

PFBaseObjectRunInTransactionArea Method

Runs a code with a transaction on object connection. If there is no current transaction and if the code succeed, transaction is committed. If an exception is thrown, transaction is rollback.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void RunInTransactionArea(
	TransactionCode code
)

Parameters

code
Type: Packflow.CoreTransactionCode
See Also