Click or drag to resize

EventTypeIdPair Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.meta
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EventTypeIdPair(
	long publicId,
	long protectedId
)

Parameters

publicId
Type: SystemInt64
public id
protectedId
Type: SystemInt64
protected if
See Also