| MvProcessSingleton Property |
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; }
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