Search Results for

    Show / Hide Table of Contents

    Enum ServerTaskResultType

    The type of area a ITaskResultHandler can operate within

    Namespace: LemonEdge.API.Core.Tasks
    Assembly: LemonEdge.API.dll
    Syntax
    public enum ServerTaskResultType : short

    Fields

    Name Description
    Client

    Can process a task result from within the client UI

    Server

    Can process a task result on the service only so

    Extension Methods

    LinqExtensions.AsArray<ServerTaskResultType>(ServerTaskResultType)
    LinqExtensions.ToArrayOfOne<ServerTaskResultType>(ServerTaskResultType)
    LinqExtensions.ToListOfOne<ServerTaskResultType>(ServerTaskResultType)
    MiscExtensions.SetIfNotEqual<ServerTaskResultType, TP>(ServerTaskResultType, Expression<Func<ServerTaskResultType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.