Show / Hide Table of Contents

Class DisposableBase

Base class for disposable Objects.

Inheritance
System.Object
LoggingBase
DisposableBase
Inherited Members
LoggingBase.Logger
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 Source

DisposableBase(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 Source

Dispose()

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()
| Improve this Doc View Source

Finalize()

Destructs the instance.

Declaration
protected void Finalize()
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX