.NET Knowledge Discovery SDK Objects
In the .NET Knowledge Discovery SDK, the main functionality is provided by the following objects:
-
The
AciClientclass provides methods for creating new connections. -
Commandobjects represent requests to an ACI server. They can be run by any connection returned byAciClient. -
Responseobjects represent responses from an ACI server. They provide access to the XML of the response, which is represented by aSystem.Xml.XmlDocumentobject.