C# Класс GSF.IO.MultipleDestinationExporter.ExportState

Defines state information for an export.
Наследование: IDisposable
Показать файл Открыть проект

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

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

Releases all the resources used by the ExportState object.

ExportState ( ) : System

Creates a new ExportState.

Приватные методы

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

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

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

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

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

Creates a new ExportState.
public ExportState ( ) : System
Результат System