Show / Hide Table of Contents

Enum AsyncCreationOptions

Specifies flags that control optional behavior for the creation and execution of operations.

Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
[Flags]
public enum AsyncCreationOptions

Fields

Name Description
None

Specifies that the default behavior should be used.

RunContinuationsAsynchronously

Forces continuations added to the current operation to be executed asynchronously.

SuppressCancellation

If set cancelling the operation has no effect (silently ignored).

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