Click or drag to resize

DataSubscriberSynchronizeMetadata Method

Handles meta-data synchronization to local system.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void SynchronizeMetadata()
View Source
Remarks
This function should only be initiated from call to SynchronizeMetadata(DataSet) to make sure only one meta-data synchronization happens at once. Users can override this method to customize process of meta-data synchronization.
See Also