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