Opc.Ua.Core
EndReconnect Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : EndReconnect Method
The result returned from the BeginReconnect call.
Completes an asynchronous operation to close the existing secure channel and open a new one.
Syntax
'Declaration
 
Sub EndReconnect( _
   ByVal result As IAsyncResult _
) 
'Usage
 
Dim instance As ITransportChannel
Dim result As IAsyncResult
 
instance.EndReconnect(result)
void EndReconnect( 
   IAsyncResult result
)
void EndReconnect( 
   IAsyncResult^ result
) 

Parameters

result
The result returned from the BeginReconnect call.
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