Delegate Delegates.ActionDelegate
Delegate action that must has defined parameters.
Namespace: StoneCo.Framework.Background
Assembly: cs.temp.dll.dll
Syntax
public delegate void ActionDelegate(int numberOfCurrentExection, ref bool stop);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfCurrentExection | Number os current execution starts in 0. |
System.Boolean | stop | Defines if at this moment its should be stopped or not. |