Show / Hide Table of Contents

Interface IAsyncCancellable

A cancellable operation.

Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public interface IAsyncCancellable

Methods

| Improve this Doc View Source

Cancel()

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()

See Also

IAsyncOperation
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2017-2018 Alexander Bogarsukov