Click or drag to resize

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
)

Parameters

argv
Type: SystemString
The part of the command line not processed by the Initialize(String) method.

Return Value

Type: Boolean
true if the initialization was successful, false otherwise.
Remarks
The default implementation does nothing.
See Also