|
MultiProtocolFrameParserDisconnectAtEOF Property
|
Gets or sets flag that determines if client should disconnect when end of file has been reached.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool DisconnectAtEOF { get; set; }
Public Property DisconnectAtEOF As Boolean
Get
Set
public:
property bool DisconnectAtEOF {
bool get ();
void set (bool value);
}
member DisconnectAtEOF : bool with get, set
function get_DisconnectAtEOF();
function set_DisconnectAtEOF(value);
View SourceProperty Value
BooleanRemarks
This is only applicable when connection is made to a file for replay purposes.
See Also