Provides the communication layer between .NET Client applications and Transaction Server.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class TransactionClient |
Visual Basic |
---|
Public Class TransactionClient |
Remarks
TransactionClient uses IceLib's Session to pass data back and forth to Session Manager, which in turn
uses Notifier to pass data back and forth to Transaction Server.
TransactionClient supports both synchronous and asynchronous operations.
To execute a transaction synchronously, use Execute(TransactionData%).
To execute a transaction asynchronously, use ExecuteAsync(TransactionData, EventHandler<(Of <<'(ExecuteCompletedEventArgs>)>>), Object).
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Data.TransactionBuilder..::..TransactionClient
ININ.IceLib.Data.TransactionBuilder..::..TransactionClient
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.