Gets the number of input ports on this operator.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GetInputPortCount()
Public Function GetInputPortCount As Integer
public:
int GetInputPortCount()

Return Value

The number of input ports on this operator.

See Also