Search Results for

    Show / Hide Table of Contents
    View Source

    Class LongRunningOperation<TResult>

    Represents a long-running operation.

    Inheritance
    object
    LongRunningOperation
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class LongRunningOperation<TResult> : LongRunningOperation
    Type Parameters
    Name Description
    TResult

    The type of the result of the long-running operation.

    Properties

    View Source

    Result

    Gets or sets the result of the long-running operation.

    Declaration
    public TResult? Result { get; set; }
    Property Value
    Type Description
    TResult
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX