Class ScriptFunctionBase<T, TResult>
Implements
ILegacyScriptFunction<T, TResult>
Inherited Members
Namespace: EyeAuras.Scripting.UserSpace
Assembly: EyeAuras.Scripting.dll
Syntax
public abstract class ScriptFunctionBase<T, TResult> : LegacyScriptExecutorBase, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ILegacyScriptFunction<T, TResult>, ILegacyScriptExecutor, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
T | |
TResult |
Constructors
Name | Description |
---|---|
ScriptFunctionBase() |
Methods
Name | Description |
---|---|
Execute(T) | |
ExecuteInternal(T, CancellationToken) |