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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Object PerformOperation(
	Operation op,
	Object parameter
)

Parameters

op
Type: Internal.ComponentFactory.Krypton.ToolkitOperation
Delegate of operation to be performed.
parameter
Type: SystemObject
Parameter to be passed into the operation.

Return Value

Type: Object
Result of performing the operation.
See Also