Interface IWorkAction<T>
Represents a Work Action that performs something and returns a value.
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public interface IWorkAction<T> : IWorkAction
Type Parameters
| Name | Description |
|---|---|
| T | The result type. |
Properties
Result
Gets the work-action result.
Declaration
T Result { get; }
Property Value
| Type | Description |
|---|---|
| T |