C# Class GSF.IO.MultipleDestinationExporter.ExportState

Defines state information for an export.
Inheritance: IDisposable
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Dispose ( ) : void

Releases all the resources used by the ExportState object.

ExportState ( ) : System

Creates a new ExportState.

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

Releases all the resources used by the ExportState object.
public Dispose ( ) : void
return void

ExportState() public method

Creates a new ExportState.
public ExportState ( ) : System
return System