Click or drag to resize

ModelInvokeExtensionsModelInvokeAsync(IBuilder, ActionObject, Object) Method

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


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Task ModelInvokeAsync(
	this IBuilder app,
	Action<Object> action,
	Object state
)

Parameters

app  IBuilder

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

action  ActionObject

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

state  Object

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

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.Visuals.ModelInvokeExtensions.ModelInvokeAsync(Demo3D.Visuals.IBuilder,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 IBuilder. 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