|
MetadataProviderBaseRefresh Method
|
Refreshes the
Metadata from an external source.
Namespace: GSF.Historian.MetadataProvidersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
SyntaxPublic Function Refresh As Boolean
public:
virtual bool Refresh() sealed
abstract Refresh : unit -> bool
override Refresh : unit -> bool
View SourceReturn Value
Booleantrue if the
Metadata is refreshed; otherwise false.
Implements
IMetadataProviderRefresh
ExceptionsException | Condition |
---|
ArgumentNullException | Metadata is null. |
See Also