'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