PelletServer Methods |
The PelletServer type exposes the following members.
Name | Description | |
---|---|---|
Connect(String, PelletServerReadyCallback, Object) |
Connects to a Pellet Server instance asynchronously invoking the callback when the connection is ready.
| |
Connect(Uri, PelletServerReadyCallback, Object) |
Connects to a Pellet Server instance asynchronously invoking the callback when the connection is ready.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKnowledgeBase |
Gets the Knowledge Base with the given Name.
| |
GetKnowledgeBases |
Gets all the Knowledge Bases which support a given Server.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasKnowledgeBase(String) |
Gets whether the Server has a Knowledge Base with the given Name.
| |
HasKnowledgeBase(Type) |
Gets whether the Server has a Knowledge Base which supports the given Service Type.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |