See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Run the task.
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public virtual void Run(
bool cancel
) |
Visual Basic |
---|
Public Overridable Sub Run (
cancel As Boolean
) |
Visual C++ |
---|
public:
virtual void Run(
bool cancel
) |
Parameters
- cancel
- Type: System..::..Boolean
If false, the task was selected in the UI and thus the action should be performed.
If true, the task should not be performed, but action should be taken to prevent the user
from being prompted about the task in the future.
See Also