Click or drag to resize

AuditEnumGetAudit Method

Check if the hint is present in the annotations provided.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AuditAttribute GetAudit(
	Attribute[] annotations
)

Parameters

annotations
Type: SystemAttribute
the annotations to inspect

Return Value

Type: AuditAttribute
indicator
See Also