Class KNetTask<TTask>
The base task class which is the base of both source or sink task and receives information about implementing class with TTask
public abstract class KNetTask<TTask> : KNetTask, IKNetTask, ITask, IKNetConnectLogging where TTask : KNetTask<TTask>
Type Parameters
TTask
The class which extends KNetTask<TTask>
- Inheritance
-
KNetTask<TTask>
- Implements
- Derived
- Inherited Members
Methods
Version()
Set the Version() of the task to the value defined from TTask
public override string Version()