GetCancel.Wait(TResult) Method

GetCancelWaitTResult Method

[Missing <summary> documentation for "M:Rhino.Input.Custom.GetCancel.Wait``1(System.Threading.Tasks.Task{``0},Rhino.RhinoDoc)"]

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Result Wait<TResult>(
	Task<TResult> task,
	RhinoDoc doc
)
Public Function Wait(Of TResult) ( 
	task As Task(Of TResult),
	doc As RhinoDoc
) As Result

Parameters

task
Type: System.Threading.TasksTaskTResult

[Missing <param name="task"/> documentation for "M:Rhino.Input.Custom.GetCancel.Wait``1(System.Threading.Tasks.Task{``0},Rhino.RhinoDoc)"]

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Input.Custom.GetCancel.Wait``1(System.Threading.Tasks.Task{``0},Rhino.RhinoDoc)"]

Type Parameters

TResult

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

Return Value

Type: Result

[Missing <returns> documentation for "M:Rhino.Input.Custom.GetCancel.Wait``1(System.Threading.Tasks.Task{``0},Rhino.RhinoDoc)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also