Click or drag to resize

CommonHelperPerformOperation Method

Perform operation in a worker thread with wait dialog in main thread.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Object PerformOperation(
	Operation op,
	Object parameter
)

Parameters

op  Operation
Delegate of operation to be performed.
parameter  Object
Parameter to be passed into the operation.

Return Value

Object
Result of performing the operation.
See Also