Opc.Ua.Core
BeginConnect Method (IMessageSocket)



Opc.Ua.Bindings Namespace > IMessageSocket Interface : BeginConnect Method
Connects to an endpoint.
Syntax
'Declaration
 
Function BeginConnect( _
   ByVal endpointUrl As Uri, _
   ByVal callback As EventHandler(Of IMessageSocketAsyncEventArgs), _
   ByVal state As Object _
) As Boolean
'Usage
 
Dim instance As IMessageSocket
Dim endpointUrl As Uri
Dim callback As EventHandler(Of IMessageSocketAsyncEventArgs)
Dim state As Object
Dim value As Boolean
 
value = instance.BeginConnect(endpointUrl, callback, state)

Parameters

endpointUrl
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

IMessageSocket Interface
IMessageSocket Members