Interface IAsyncCancellable
A cancellable operation.
Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public interface IAsyncCancellable
Methods
| Improve this Doc View SourceCancel()
Initiates cancellation of an asynchronous operation. There is no guarantee that this call will actually cancel the operation or that the operation will be cancelled immidiately.
Declaration
void Cancel()