Click or drag to resize

ConfigurationFrameRefresh(Boolean) Method

Reload BPA PDcstream INI based configuration file specifying if the refresh was caused by a frame parse.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Refresh(
	bool refreshCausedByFrameParse
)
View Source

Parameters

refreshCausedByFrameParse  Boolean
Flag that specifies if the refresh was caused by a frame parse.
See Also