Opc.Ua.Core
BeginReconnect Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : BeginReconnect Method
The callback to call when the operation completes.
The callback data to return with the callback.
Begins an asynchronous operation to close the existing secure channel and open a new one.
Syntax
'Declaration
 
Function BeginReconnect( _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object _
) As IAsyncResult
'Usage
 
Dim instance As ITransportChannel
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
 
value = instance.BeginReconnect(callback, callbackData)

Parameters

callback
The callback to call when the operation completes.
callbackData
The callback data to return with the callback.

Return Value

The result which must be passed to the EndReconnect method.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
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

ITransportChannel Interface
ITransportChannel Members
Reconnect Method