|
MultiProtocolFrameParserDisableRealTimeDataOnStop Property
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.230-beta
Syntaxpublic bool DisableRealTimeDataOnStop { get; set; }
Public Property DisableRealTimeDataOnStop As Boolean
Get
Set
public:
property bool DisableRealTimeDataOnStop {
bool get ();
void set (bool value);
}
member DisableRealTimeDataOnStop : bool with get, set
function get_DisableRealTimeDataOnStop();
function set_DisableRealTimeDataOnStop(value);
View SourceProperty Value
Boolean
Remarks
If
false, disable real-time command will not be sent when parser is stopped regardless
of
SkipDisableRealTimeData value.
See Also