M-Files Vault Application Framework
C#
Show/Hide TOC
State
Method
Info
Run
Action Method
Executes a state action.
Definition
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
bool
RunAction
(
StateEnvironment
environment
,
IExecutionTrace
trace
)
Parameters
environment
StateEnvironment
The environment parameters.
trace
IExecutionTrace
The execution tracer object for recording the operation starting end ending.
Return Value
Boolean
True if the method was really executed.
Implements
IStateMethodInfo
RunAction(StateEnvironment, IExecutionTrace)
See Also
Reference
StateMethodInfo Class
MFiles.VAF Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also