Click or drag to resize

SharingBoundary Class

Defines the supported sharing boundaries for service lifetimes.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Composition.MicrosoftExtensionsSharingBoundary

Namespace: TomsToolbox.Composition.MicrosoftExtensions
Assembly: TomsToolbox.Composition.MicrosoftExtensions (in TomsToolbox.Composition.MicrosoftExtensions.dll) Version: 2.20.0+81722655bc5ac69e82709ab0d5f512a9f7e83ea5
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class SharingBoundary

The SharingBoundary type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberGlobal Represents a globally shared service lifetime.
Public fieldStatic memberScoped Represents a scoped service lifetime.
Top
See Also