Click or drag to resize

ProcedureExecute Method

Execute the QuickLogic procedure now.

Namespace: Demo3D.QuickLogic
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Object Execute(
	params Object[] args
)

Parameters

args  Object
The arguments to pass into the QuickLogic procedure.

Return Value

Object
The result of the QuickLogic procedure. This may be the actual value or an ITask representing a yet to be completed task.
See Also