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