C# Класс DotNetWorkQueue.Queue.BaseQueue

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

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

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

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

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

Метод Описание
BaseQueue ( ILogFactory log ) : System

Initializes a new instance of the BaseQueue class.

Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

LogSystemException ( object sender, WorkerErrorEventArgs e ) : void

Logs the system exception.

LogUserException ( object sender, WorkerErrorEventArgs e ) : void

Logs the user exception.

ThrowIfDisposed ( [ name = "" ) : void

Throws an exception if this instance has been disposed.

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

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

Initializes a new instance of the BaseQueue class.
protected BaseQueue ( ILogFactory log ) : System
log ILogFactory The log.
Результат 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

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

Logs the system exception.
protected LogSystemException ( object sender, WorkerErrorEventArgs e ) : void
sender object The sender.
e WorkerErrorEventArgs The instance containing the event data.
Результат void

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

Logs the user exception.
protected LogUserException ( object sender, WorkerErrorEventArgs e ) : void
sender object The sender.
e WorkerErrorEventArgs The instance containing the event data.
Результат void

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

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