Execute the QuickLogic procedure now.
Namespace: Demo3D.QuickLogicAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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