Click or drag to resize

EventInfoAttrs Enumeration

Attributes specific to EventInfo objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum EventInfoAttrs
Members
  Member nameValueDescription
Disabled1 This event is disabled and should not be loaded.
NoAuthenticationRequired2 This event requires no explicit authentication. The context sent to the handler will be logged in as a system user.
IsReusable4 This object is reuseable.
NoInstance8This event is generally available and does not expect an instance record.
See Also