Opc.Ua.Core
BeginConnect Method (UaSCUaBinaryClientChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryClientChannel Class : BeginConnect Method
Creates a connection with the server.
Syntax
'Declaration
 
Public Function BeginConnect( _
   ByVal url As Uri, _
   ByVal timeout As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal state As Object _
) As IAsyncResult
'Usage
 
Dim instance As UaSCUaBinaryClientChannel
Dim url As Uri
Dim timeout As Integer
Dim callback As AsyncCallback
Dim state As Object
Dim value As IAsyncResult
 
value = instance.BeginConnect(url, timeout, callback, state)

Parameters

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

UaSCUaBinaryClientChannel Class
UaSCUaBinaryClientChannel Members