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

Parameters

data  Object
Data for the delegate

Return Value

Object
Data returned by the delegate
See Also