Opc.Ua.Core
BeginReverseConnect Method



Opc.Ua.Bindings Namespace > TcpServerChannel Class : BeginReverseConnect Method
Begin a reverse connect.
Syntax
'Declaration
 
Public Function BeginReverseConnect( _
   ByVal channelId As UInteger, _
   ByVal endpointUrl As Uri, _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object, _
   ByVal timeout As Integer _
) As IAsyncResult
'Usage
 
Dim instance As TcpServerChannel
Dim channelId As UInteger
Dim endpointUrl As Uri
Dim callback As AsyncCallback
Dim callbackData As Object
Dim timeout As Integer
Dim value As IAsyncResult
 
value = instance.BeginReverseConnect(channelId, endpointUrl, callback, callbackData, timeout)

Parameters

channelId
endpointUrl
callback
callbackData
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

TcpServerChannel Class
TcpServerChannel Members