Determining if Transactions are Audited to a File instead of the Database (AreLingeringTransactions)

This method is available only in EFT Server 5.2 through 6.0.x.

Use the ICIServer interface AreLingeringTransactions method to determine whether there is socket session/Event Rule/etc that is audited to a file instead of the database.

Signature

HRESULT AreLingeringTransactions([out,retval] VARIANT_BOOL * pVal);

Example

If server. AreLingeringTransactions then

' Do something

End if