Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcessInitialize Method |
Initializes a stand-alone component.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- argv (Optional)
- Type: SystemString
The command line arguments.
Return Value
Type: Booleantrue if the process is initialized.
By default this function initialize a
[!:RW.Server.Tcp.MvProcess]
process.
If command line arguments contains -ilscomm_layer classname, the function initializes a classname. The class classname must extends MvProcess.