|
MultiProtocolFrameParserAutoRepeatCapturedPlayback Property
|
Gets or sets a flag that determines if a file used for replaying data should be restarted at the beginning once it has been completed.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool AutoRepeatCapturedPlayback { get; set; }
Public Property AutoRepeatCapturedPlayback As Boolean
Get
Set
public:
property bool AutoRepeatCapturedPlayback {
bool get ();
void set (bool value);
}
member AutoRepeatCapturedPlayback : bool with get, set
function get_AutoRepeatCapturedPlayback();
function set_AutoRepeatCapturedPlayback(value);
View SourceProperty Value
BooleanRemarks
This is only applicable when connection is made to a file for replay purposes.
See Also