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.181-beta
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