Click or drag to resize

GetCancelWaitAllTResult Method (IEnumerableTaskTResult, RhinoDoc)

Awaits some tasks to finish.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Result WaitAll<TResult>(
	IEnumerable<Task<TResult>> tasks,
	RhinoDoc doc
)

Parameters

tasks
Type: System.Collections.GenericIEnumerableTaskTResult
The tasks.
doc
Type: RhinoRhinoDoc
A document to set progress reporting.

Type Parameters

TResult

[Missing <typeparam name="TResult"/> documentation for "M:Rhino.Input.Custom.GetCancel.WaitAll``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}},Rhino.RhinoDoc)"]

Return Value

Type: Result
A result enumeration.
See Also