Opc.Ua.Core
ChannelStateChanged Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : ChannelStateChanged Method
Reports that the channel state has changed (in another thread).
Syntax
'Declaration
 
Protected Sub ChannelStateChanged( _
   ByVal state As TcpChannelState, _
   ByVal reason As ServiceResult _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim state As TcpChannelState
Dim reason As ServiceResult
 
instance.ChannelStateChanged(state, reason)
protected void ChannelStateChanged( 
   TcpChannelState state,
   ServiceResult reason
)
protected:
void ChannelStateChanged( 
   TcpChannelState state,
   ServiceResult^ reason
) 

Parameters

state
reason
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

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members