Open this Manager remotely and securely, using a Server ID.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public void open(
	string ServerID,
	string password
)
Visual Basic (Declaration)
Public Sub open ( _
	ServerID As String, _
	password As String _
)
Visual C++
public:
void open(
	String^ ServerID, 
	String^ password
)

Parameters

ServerID
Type: System..::.String
ServerID of the Phidget Webservice
password
Type: System..::.String
Specified password

Remarks

This method is the same as open(String serverID), except that it specifies a password. This password can be set as a parameter when starting the Phidget Webservice.

See Also