Click or drag to resize

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) Version: 18.2
Syntax
C#
public delegate Object CommandThreadDelegate(
	Object[] data
)

Parameters

data
Type: SystemObject
Data for the delegate

Return Value

Type: Object
Data returned by the delegate
See Also