Click or drag to resize

OpsContextInvokeOnCommandThread Method

Execute delegate on command thread.

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

Parameters

del  CommandThreadDelegate
 
data  Object
 

Return Value

Object
See Also