Class AbstractServiceEntry.Consts

Contains some constants regarding service resolution.

Inheritance
System.Object
AbstractServiceEntry.Consts
Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public static class Consts : Object

Fields

INVALID_SLOT

Invalid slot. Use this value when you want to create a new service instance on each request.

Declaration
public const int INVALID_SLOT = -1
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX