Click or drag to resize

ModelInvokeExtensionsRunAsync Method (Document, ActionObject, Object)

[Missing <summary> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.RunAsync(Demo3D.Visuals.Document,System.Action{System.Object},System.Object)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Task RunAsync(
	this Document doc,
	Action<Object> action,
	Object state
)

Parameters

doc
Type: Demo3D.VisualsDocument

[Missing <param name="doc"/> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.RunAsync(Demo3D.Visuals.Document,System.Action{System.Object},System.Object)"]

action
Type: SystemActionObject

[Missing <param name="action"/> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.RunAsync(Demo3D.Visuals.Document,System.Action{System.Object},System.Object)"]

state
Type: SystemObject

[Missing <param name="state"/> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.RunAsync(Demo3D.Visuals.Document,System.Action{System.Object},System.Object)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.RunAsync(Demo3D.Visuals.Document,System.Action{System.Object},System.Object)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Document. 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