StateMethodInfoRunActionMethod Delegate |
Run action method delegate declaration. See the actual methods for information on the parameters.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected delegate void RunActionMethod(
StateEnvironment environment
)
Protected Delegate Sub RunActionMethod (
environment As StateEnvironment
)
protected delegate void RunActionMethod(
StateEnvironment^ environment
)
Parameters
- environment
- Type: MFiles.VAF.CommonStateEnvironment
See Also