Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponentConnect Method |
Lets you establish a connection with a the server
identified by its name and hostname.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- server
- Type: SystemString
: The server name. - host
- Type: SystemString
The host name. - timeout (Optional)
- Type: SystemInt32
The timeout for the socket connection in milliseconds.
Return Value
Type: MvComponentThe created component if the connection is successful, null otherwise.
Category: Server connection.