Click or drag to resize
MvProcessInitialize Method
Initializes the .NET component.

Namespace: RW.Server.Tcp
Assembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static bool Initialize(
	string[] argv
)

Parameters

argv
Type: SystemString
The arguments (usually, the command line argument).

Return Value

Type: Boolean
true on success, false on failure.
Remarks
This method must be called by a standalone client before trying to connect to a server.
See Also