Click or drag to resize

EventTypeMetadataWithIds Method

Return metadata with the assigned ids

Namespace:  com.espertech.esper.common.client.meta
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EventTypeMetadata WithIds(
	long eventTypeIdPublic,
	long eventTypeIdProtected
)

Parameters

eventTypeIdPublic
Type: SystemInt64
public id
eventTypeIdProtected
Type: SystemInt64
protected id

Return Value

Type: EventTypeMetadata
expression
See Also