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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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