| MvProcessLocalInitialize Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual bool LocalInitialize(
string[] argv
)
Protected Overridable Function LocalInitialize (
argv As String()
) As Boolean
protected:
virtual bool LocalInitialize(
array<String^>^ argv
)
Parameters
- argv
- Type: SystemString
The part of the command line not processed by the
Initialize(String) method.
Return Value
Type:
Booleantrue if the initialization was successful,
false otherwise.
Remarks
The default implementation does nothing.
See Also