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: 7.2.0.0 (7.2.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