Click or drag to resize

MultipleDestinationExporter(String, Int32) Constructor

Initializes a new instance of the MultipleDestinationExporter class.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
public MultipleDestinationExporter(
	string settingsCategory,
	int exportTimeout
)
View Source

Parameters

settingsCategory  String
The config file settings category under which the export destinations are defined.
exportTimeout  Int32
The total allowed time in milliseconds for each export to execute.
See Also