CommandThreadDelegate Delegate |
A command thread delegate is the type of delegate to use for invoking methods on the command thread.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic delegate Object CommandThreadDelegate(
Object[] data
)
Parameters
- data Object
- Data for the delegate
Return Value
ObjectData returned by the delegate
See Also