Interface IWorkAction<T>
Represent a Work Action to perform something that return 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 |