|
ConfigurationFrameRefresh(Boolean) Method
|
Reload BPA PDcstream INI based configuration file specifying if the refresh was caused by a frame parse.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Refresh(
bool refreshCausedByFrameParse
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Refresh (
refreshCausedByFrameParse As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Refresh(
bool refreshCausedByFrameParse
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Refresh :
refreshCausedByFrameParse : bool -> unit
function Refresh(refreshCausedByFrameParse);
View SourceParameters
- refreshCausedByFrameParse Boolean
- Flag that specifies if the refresh was caused by a frame parse.
See Also