Opc.Ua.Core
TcpChannelStatusEventHandler Delegate



Opc.Ua.Bindings Namespace : TcpChannelStatusEventHandler Delegate
Used to report the status of the channel.
Syntax
'Declaration
 
Public Delegate Sub TcpChannelStatusEventHandler( _
   ByVal channel As TcpServerChannel, _
   ByVal status As ServiceResult, _
   ByVal closed As Boolean _
) 
'Usage
 
Dim instance As New TcpChannelStatusEventHandler(AddressOf HandlerMethod)
public delegate void TcpChannelStatusEventHandler( 
   TcpServerChannel channel,
   ServiceResult status,
   bool closed
)
public delegate void TcpChannelStatusEventHandler( 
   TcpServerChannel^ channel,
   ServiceResult^ status,
   bool closed
)

Parameters

channel
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

TcpChannelStatusEventHandler Members
Opc.Ua.Bindings Namespace