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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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