Opc.Ua.Core
SetStateChangedCallback Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : SetStateChangedCallback Method
Raised when the state of the channel changes.
Syntax
'Declaration
 
Public Sub SetStateChangedCallback( _
   ByVal callback As TcpChannelStateEventHandler _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim callback As TcpChannelStateEventHandler
 
instance.SetStateChangedCallback(callback)
public void SetStateChangedCallback( 
   TcpChannelStateEventHandler callback
)
public:
void SetStateChangedCallback( 
   TcpChannelStateEventHandler^ callback
) 

Parameters

callback
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