IQueryExecutionContext.JoinDependentTasks Method
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.
Join the JoinableTaskCollection of this query execution.
public IDisposable JoinDependentTasks ();
abstract member JoinDependentTasks : unit -> IDisposable
Public Function JoinDependentTasks () As IDisposable
Returns
Disposing it to stop the joining operation.