| 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
)
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