Click or drag to resize

MetadataUpdater Constructor

Initializes a new instance of the MetadataUpdater class.

Namespace: GSF.Historian.MetadataProviders
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public MetadataUpdater(
	MetadataFile metadata
)
View Source

Parameters

metadata  MetadataFile
MetadataFile that is to be updated.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetadata is null
See Also