| 
            
              MetadataProviderBaseRefresh Method
             | 
          
        
        
            Refreshes the 
Metadata from an external source.
            
 
        
        Namespace: GSF.Historian.MetadataProvidersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.258-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
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | Metadata is null. | 
See Also