Click or drag to resize

OutputTypesAttribute Constructor (Int32)

Initializes a new instance of the OutputTypesAttribute class.

Namespace:  com.espertech.esper.common.client.dataflow.annotations
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputTypesAttribute(
	int portNumber
)

Parameters

portNumber
Type: SystemInt32
The port number.
See Also