FileEntityAsyncQueue.AreResultsAccurate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a task returning a boolean indicating whether the content of the queue is accurate or not.
public:
property System::Threading::Tasks::Task<bool> ^ AreResultsAccurate { System::Threading::Tasks::Task<bool> ^ get(); };
public System.Threading.Tasks.Task<bool> AreResultsAccurate { get; }
member this.AreResultsAccurate : System.Threading.Tasks.Task<bool>
Public ReadOnly Property AreResultsAccurate As Task(Of Boolean)
Property Value
Remarks
The task is completed some time before the first item is added to the queue.