CommonHelperPerformOperation Method |
Perform operation in a worker thread with wait dialog in main thread.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
ObjectResult of performing the operation.
See Also