| 
            
              TimeSliceScannerAsyncTDataReadComplete Property
             | 
          
        
        
            Gets a flag that determines if data read has been completed.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic bool DataReadComplete { get; }Public ReadOnly Property DataReadComplete As Boolean
	Get
public:
property bool DataReadComplete {
	bool get ();
}member DataReadComplete : bool with get
function get_DataReadComplete();
 View SourceProperty Value
Boolean
See Also