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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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