Class LongRunningOperation<TResult>
Represents a long-running operation.
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 SourceResult
Gets or sets the result of the long-running operation.
Declaration
public TResult? Result { get; set; }
Property Value
| Type | Description |
|---|---|
| TResult |