Click or drag to resize

AsyncOperationTEnd Method

Ends asynchronous operation.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public void End(
	AsyncOperationResultState resultState,
	T result
)

Parameters

resultState
Type: HightlanderSolutions.MeshCheckerEditorExtension.AsyncAsyncOperationResultState
Specifies operation end state.
result
Type: T
The async operation result.
See Also