Click or drag to resize
MvProcessSingleton Property
Gets the MvProcess singleton.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static MvProcess Singleton { get; }

Property Value

Type: MvProcess
The MvProcess singleton.
Remarks
If not already built, a default and inactive MvProcess is built.
See Also