Returns the number of configured input ports for this operator.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.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.

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionIf the number of ports could not be obtained from the operator.

See Also