Cgw.Channel.MonitorChannel.Disable C# (CSharp) Method

Disable() public method

通道失效
public Disable ( ) : void
return void
        public void Disable()
        {
            this.isValid = false;
        }