Interface IGENTask
Assembly: .dll
Syntax
public interface IGENTask
Properties
enableHistory
Declaration
bool enableHistory { get; }
Property Value
Methods
ExecuteAsync()
Declaration
Returns
SetOption(string, object)
Declaration
void SetOption(string key, object value)
Parameters
Type |
Name |
Description |
string |
key |
|
object |
value |
|
TryGetOption<T>(string, out T)
Declaration
bool TryGetOption<T>(string key, out T value)
Parameters
Type |
Name |
Description |
string |
key |
|
T |
value |
|
Returns
Type Parameters
Extension Methods