Search Results for

    Show / Hide Table of Contents

    Enum EvergineTaskContinueOn

    Represents the options to configure the continuation of a task configured using EvergineConfiguredAwaiter or EvergineConfiguredAwaiter<T>.

    Namespace: Evergine.Framework.Threading
    Assembly: Evergine.Framework.dll
    Syntax
    public enum EvergineTaskContinueOn

    Fields

    Name Description
    Background

    The continuation will be scheduled in BackgroundTaskScheduler.

    Default

    The default continuation behavior.

    Foreground

    The continuation will be scheduled in ForegroundTaskScheduler.

    ThreadPool

    The continuation will be scheduled in the default thread pool.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX