Returns the number of configured output 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 GetOutputPortCount()
Public Function GetOutputPortCount As Integer
public:
int GetOutputPortCount()

Return Value

the number of output ports.

Exceptions

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

See Also