Opc.Ua.Core
NotifyMonitors Method (TcpServerChannel)



Opc.Ua.Bindings Namespace > TcpServerChannel Class : NotifyMonitors Method
Notify if the channel status changed.
Syntax
'Declaration
 
Protected Overrides Sub NotifyMonitors( _
   ByVal status As ServiceResult, _
   ByVal closed As Boolean _
) 
'Usage
 
Dim instance As TcpServerChannel
Dim status As ServiceResult
Dim closed As Boolean
 
instance.NotifyMonitors(status, closed)
protected override void NotifyMonitors( 
   ServiceResult status,
   bool closed
)
protected:
void NotifyMonitors( 
   ServiceResult^ status,
   bool closed
) override 

Parameters

status
closed
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