Opc.Ua.Core
StatusChanged Event



Opc.Ua.Bindings Namespace > TcpServerChannel Class : StatusChanged Event
Raised when the connection status changes.
Syntax
'Declaration
 
Public Event StatusChanged As TcpChannelStatusEventHandler
'Usage
 
Dim instance As TcpServerChannel
Dim handler As TcpChannelStatusEventHandler
 
AddHandler instance.StatusChanged, handler
public event TcpChannelStatusEventHandler StatusChanged
public:
event TcpChannelStatusEventHandler^ StatusChanged
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