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 SourceFabricRuntime()
Initializes a new instance of the FabricRuntime class.
Declaration
public FabricRuntime()
Methods
View SourceDispose()
Disposes of the FabricRuntime.
Declaration
public void Dispose()
Implements
System.IDisposable