Click or drag to resize

ExtensionsWaitWithPumping Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.WaitWithPumping(System.Threading.Tasks.Task)"]


Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public static void WaitWithPumping(
	this Task task
)

Parameters

task  Task

[Missing <param name="task"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.WaitWithPumping(System.Threading.Tasks.Task)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Task. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also