| MvProcessInitialize Method |
Initializes the .NET component.
Namespace: RW.Server.TcpAssembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool Initialize(
string[] argv
)
Public Shared Function Initialize (
argv As String()
) As Boolean
public:
static bool Initialize(
array<String^>^ argv
)
Parameters
- argv
- Type: SystemString
The arguments (usually, the command line argument).
Return Value
Type:
Booleantrue on success,
false on
failure.
Remarks
This method must be called by a standalone client before trying
to connect to a server.
See Also