StateMethodInfoRunActionMethod Delegate

Run action method delegate declaration. See the actual methods for information on the parameters.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public delegate void RunActionMethod(
	StateEnvironment environment
)

Parameters

environment  StateEnvironment
 

See Also