Execute the QuickLogic procedure now.
Namespace:
Demo3D.QuickLogic
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Object Execute(
params Object[] args
)
Parameters
- args
- Type: SystemObject
The arguments to pass into the QuickLogic procedure.
Return Value
Type:
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