Opc.Ua.Core
Reconnect() Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class > Reconnect Method : Reconnect() Method
Closes any existing secure channel and opens a new one.
Syntax
'Declaration
 
Public Overloads Sub Reconnect() 
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
 
instance.Reconnect()
public void Reconnect()
public:
void Reconnect(); 
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
Remarks
Calling this method will cause outstanding requests over the current secure channel to fail.
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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members
Overload List