|
SnmpApplicationProcessingFinished Property
|
Gets a value indicating whether processing is finished.
Namespace: GSF.Net.Snmp.PipelineAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool ProcessingFinished { get; }
Public ReadOnly Property ProcessingFinished As Boolean
Get
public:
property bool ProcessingFinished {
bool get ();
}
member ProcessingFinished : bool with get
function get_ProcessingFinished();
View SourceProperty Value
Booleantrue if processing is finished; otherwise,
false.
See Also