Show / Hide Table of Contents

    Class FabricRuntime

    Allows user created hosts to register the necessary service factories or service types directly.

    Inheritance
    System.Object
    FabricRuntime
    Implements
    System.IDisposable
    Namespace: Copper.Fabric
    Assembly: Copper.Fabric.dll
    Syntax
    public sealed class FabricRuntime : IDisposable

    Constructors

    View Source

    FabricRuntime()

    Initializes a new instance of the FabricRuntime class.

    Declaration
    public FabricRuntime()

    Methods

    View Source

    Dispose()

    Disposes of the FabricRuntime.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    • View Source
    Back to top Generated by DocFX