C# Класс openHistorianServiceHost.HistorianHost

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Releases all the resources used by the HistorianHost object.

HistorianHost ( ) : System

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

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

Releases the unmanaged resources used by the HistorianHost object and optionally releases the managed resources.

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

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

Releases all the resources used by the HistorianHost object.
public Dispose ( ) : void
Результат void

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

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

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

public HistorianHost ( ) : System
Результат System