Click or drag to resize

OpsContextInvokeOnCommandThread Method

Execute delegate on command thread.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Object InvokeOnCommandThread(
	CommandThreadDelegate del,
	Object[] data
)

Parameters

del
Type: Micros.OpsCommandThreadDelegate
data
Type: SystemObject

Return Value

Type: Object
See Also