| MvProcessLocalInitialize Method |
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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