CvmDeviceConnect Method (Uri, String) |
Connects to the device.
Namespace:
Rubedos.Viper.Net
Assembly:
Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntaxpublic void Connect(
Uri cvmUri,
string thisIP
)
Parameters
- cvmUri
- Type: SystemUri
Each CVM instance is uniquely identified by uri. Usuall it has a format
like "http://192.168.1.100:11311. - thisIP
- Type: SystemString
(Optional) IP address of this machine endpoint, used to communicate with
device, e.g. "192.168.1.100".
See Also