| MvProcessSingleton Property |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MvProcess Singleton { get; }
Public Shared ReadOnly Property Singleton As MvProcess
Get
public:
static property MvProcess^ Singleton {
MvProcess^ get ();
}
Property Value
Type:
MvProcess
The
MvProcess singleton.
Remarks
If not already built, a default and inactive
MvProcess is built.
See Also