Ant Organisation Ltd documentation

ExecuteTransaction.Execute Method 

Execute method, forms a new transaction and then calls the delegate method

public void Execute(
   AntDatabase database,
   object[] objs
);

Parameters

database
Ant database on which to form the transaction
objs
objects passed through to the delegate

See Also

ExecuteTransaction Class | Ant.Workflow.Persistence Namespace