Opc.Ua.Core
CreateConnection Method



Opc.Ua Namespace > ServerBase Class : CreateConnection Method
Creates a new connection with a client.
Syntax
'Declaration
 
Public Sub CreateConnection( _
   ByVal url As Uri, _
   ByVal timeout As Integer _
) 
'Usage
 
Dim instance As ServerBase
Dim url As Uri
Dim timeout As Integer
 
instance.CreateConnection(url, timeout)
public void CreateConnection( 
   Uri url,
   int timeout
)
public:
void CreateConnection( 
   Uri^ url,
   int timeout
) 

Parameters

url
timeout
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

ServerBase Class
ServerBase Members