Ant Organisation Ltd documentation

CombineAction.StartAction Method 

Start the action in progress. Called when this action is one of the currently active actions

public bool StartAction(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   User requestor,
   ref string state
);

Parameters

instance
Activity instance which is performing this action
connection
Database connection which contains the current transaction
transaction
Transaction on which to change the database
requestor
User who is requesting this action
state
State string representing the action

Implements

Action.StartAction

See Also

CombineAction Class | Ant.Workflow.Actions Namespace