Click or drag to resize

ServiceAttrs Enumeration

Service attributes

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ServiceAttrs
Members
  Member nameValueDescription
Singleton1This service should be treated as a singleton (e.g. only one instance per application).
Disabled2This service is disabled and will not be loaded.
See Also