Click or drag to resize

MetadataProviders.RefreshOne Method

Refresh()es the Metadata using the specified provider from the loaded metadata provider Adapters.

Namespace: GSF.Historian.MetadataProviders
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.240-beta
Syntax
public void RefreshOne(
	string provider
)
View Source

Parameters

provider  String
Name of the IMetadataProvider to use for the Refresh().
See Also