Click or drag to resize

InhibitedAsyncOperationT Constructor

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public InhibitedAsyncOperation(
	[NotNullAttribute] AsyncOperation<T> asyncOperation
)

Parameters

asyncOperation
Type: HightlanderSolutions.MeshCheckerEditorExtension.AsyncAsyncOperationT
The async operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionasyncOperation are
See Also