Class DisposableBase
Base class for disposable Objects.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Intranet.Common
Assembly:Intranet.Common.dll
Syntax
public abstract class DisposableBase : LoggingBase, IDisposable
Constructors
| Improve this Doc View SourceDisposableBase(ILogger)
Initialize a new instance of the DisposableBase class.
Declaration
protected DisposableBase(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | A ILogger. |
Methods
| Improve this Doc View SourceDispose()
Dispose the current instance.
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
|
Improve this Doc
View Source
Disposed()
Method invoked when the instance gets disposed.
Declaration
protected abstract void Disposed()
Finalize()
Destructs the instance.
Declaration
protected void Finalize()