Click or drag to resize

MetadataProviderBaseRefresh Method

Refreshes the Metadata from an external source.

Namespace: GSF.Historian.MetadataProviders
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public bool Refresh()
View Source

Return Value

Boolean
true if the Metadata is refreshed; otherwise false.

Implements

IMetadataProviderRefresh
Exceptions
ExceptionCondition
ArgumentNullExceptionMetadata is null.
See Also