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: 7.2.0.0 (7.2.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