PicoOPC User's Guide and Reference
Connect Method



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : Connect Method
The URL of the server.
Connects to the server.
Syntax
'Declaration
 
Public Sub Connect( _
   ByVal uri As Uri _
) 
'Usage
 
Dim instance As Client
Dim uri As Uri
 
instance.Connect(uri)
public void Connect( 
   Uri uri
)
public:
void Connect( 
   Uri^ uri
) 

Parameters

uri
The URL of the server.
Exceptions
ExceptionDescription
Represents one or more errors that occur during application execution.
Usage error.
Usage error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Client Class
Client Members