Interface INodeScript<T>
Represents a node script with a result value of type T
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface INodeScript<out T> : INodeScript, IDisposable, IStorageModelType Parameters
| Name | Description | 
|---|---|
| T | The type of result value | 
Properties
Result
Gets the result of the script
Declaration
T? Result { get; }Property Value
| Type | Description | 
|---|---|
| T |