Click or drag to resize

AsyncOperationT Constructor (Int32, ActionT, AsyncOperationResultState)

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public AsyncOperation(
	int targetProgress,
	[CanBeNullAttribute] Action<T, AsyncOperationResultState> callback
)

Parameters

targetProgress
Type: SystemInt32
The target progress.
callback
Type: SystemActionT, AsyncOperationResultState
The callback.
See Also