|
FileClientReceiveOnDemand Property
|
Gets or sets a boolean value that indicates whether receiving (reading) of data will be initiated manually by calling
ReadNextBuffer.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.230-beta
Syntaxfunction get_ReceiveOnDemand();
function set_ReceiveOnDemand(value);
View SourceProperty Value
Boolean
Remarks
See Also