GetCancelWaitAll Method (IEnumerableTask, RhinoDoc) |
Awaits some tasks to finish.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public Result WaitAll(
IEnumerable<Task> tasks,
RhinoDoc doc
)
Public Function WaitAll (
tasks As IEnumerable(Of Task),
doc As RhinoDoc
) As Result
Parameters
- tasks
- Type: System.Collections.GenericIEnumerableTask
The tasks. - doc
- Type: RhinoRhinoDoc
A document to set progress reporting.
Return Value
Type:
ResultA result enumeration.
See Also