ILoadContextManager
Namespace: MBrace.Vagabond.LoadContextPool
Interface used for managing LoadContext instances.
Instance members
Instance member | Description |
x.Initialize(configuration)
Signature: configuration:obj -> unit
Modifiers: abstract
|
AssemblyLoadContext initializer method.
|
x.LastUsed
Signature: DateTime
Modifiers: abstract
|
Gets the last time this load context was used.
Used by the AssemblyLoadContext to cull unused instances.
CompiledName: get_LastUsed
|
x.TaskCount
Signature: int
Modifiers: abstract
|
Gets the number of tasks currently active in the LoadContext.
Contexts with non-zero task count will never be unloaded
CompiledName: get_TaskCount
|