Class Epoch.Discardable
Represents an object which lifetime is controlled by Epoch internal Garbage Collector.
Implements
Inherited Members
Namespace: DotNext.Threading
Assembly: DotNext.dll
Syntax
public abstract class Epoch.Discardable : IThreadPoolWorkItem
Methods
| Edit this page View SourceDiscard()
Automatically called by Epoch infrastructure to clean up resources associated with this object.
Declaration
protected abstract void Discard()