C# Класс DotNetWorkQueue.BaseContainer

Base class for containers
Наследование: IDisposable, IIsDisposed
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Containers ConcurrentBag

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Защищенные методы

Метод Описание
BaseContainer ( ) : System

Initializes a new instance of the BaseContainer class.

Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

ThrowIfDisposed ( [ name = "" ) : void

Throws an exception if this instance has been disposed.

Описание методов

BaseContainer() защищенный Метод

Initializes a new instance of the BaseContainer class.
protected BaseContainer ( ) : System
Результат System

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

ThrowIfDisposed() защищенный Метод

Throws an exception if this instance has been disposed.
protected ThrowIfDisposed ( [ name = "" ) : void
name [ The name.
Результат void

Описание свойств

Containers защищенное свойство

The containers that should be disposed of when the container is disposed
protected ConcurrentBag Containers
Результат ConcurrentBag