Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Used to report changes to the channel state.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate void TcpChannelStateEventHandler(
	TcpChannel channel,
	TcpChannelState state,
	ServiceResult error
)
Visual Basic
Public Delegate Sub TcpChannelStateEventHandler ( _
	channel As TcpChannel, _
	state As TcpChannelState, _
	error As ServiceResult _
)
Visual C++
public delegate void TcpChannelStateEventHandler(
	TcpChannel^ channel, 
	TcpChannelState state, 
	ServiceResult^ error
)

See Also