Artificial Intelligence
Artificial Intelligence
Information

KnowledgeRun(string) constructor


      Initializes a new instance of the KnowledgeRun class with the name of a specified function.


Namespace : ielib
Assembly : ielib.dll

public KnowledgeRun(string aFuncName)

Parameters

Type : System.String

aFuncName: The name of the function specified for this instance.

      Note: Only the name "Run" is accepted by this constructor, otherwise the constructor returns an Exception. (See also the KnowledgeRun() constructor)