Table of Contents

Method Disconnect

Namespace
Skyline.DataMiner.Core.Matrix.Protocol
Assembly
Skyline.DataMiner.Core.Matrix.Protocol.dll

Disconnect(int)

Disconnects the specified input from this matrix output.

public void Disconnect(int inputIndex)

Parameters

inputIndex int

The zero-based index of the matrix input.

Exceptions

ArgumentOutOfRangeException

The specified input index is not in the range [0, MaxInputs-1].