xInjection - v2.1.2
    Preparing search index...

    Enumeration InjectionScope

    Index

    Enumeration Members

    Enumeration Members

    Request: 2

    When the service is resolved within the same container request, the same resolved value will be used.

    Singleton: 0

    When the service is resolved, the same cached resolved value will be used.

    Transient: 1

    When the service is resolved, a new resolved value will be used each time.