Share via


FileEntityAsyncQueue.AreResultsAccurate Property

Definition

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.

Applies to