ResultCountHandler Methods | 
The ResultCountHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateBlankNode | 
            Creates a Blank Node.
              (Inherited from BaseHandler.) | |
| CreateBlankNode(String) | 
            Creates a Blank Node with the given ID.
              (Inherited from BaseHandler.) | |
| CreateGraphLiteralNode | 
            Creates a Graph Literal Node.
              (Inherited from BaseHandler.) | |
| CreateGraphLiteralNode(IGraph) | 
            Creates a Graph Literal Node with the given sub-graph.
              (Inherited from BaseHandler.) | |
| CreateLiteralNode(String) | 
            Creates a Literal Node.
              (Inherited from BaseHandler.) | |
| CreateLiteralNode(String, String) | 
            Creates a Literal Node with the given Language.
              (Inherited from BaseHandler.) | |
| CreateLiteralNode(String, Uri) | 
            Creates a Literal Node with the given Datatype.
              (Inherited from BaseHandler.) | |
| CreateUriNode | 
            Creates a URI Node.
              (Inherited from BaseHandler.) | |
| CreateVariableNode | 
            Creates a Variable Node.
              (Inherited from BaseHandler.) | |
| EndResults | 
            Ends Results Handling.
              (Inherited from BaseResultsHandler.) | |
| EndResultsInternal | 
            Optionally used by derived classes to take additional actions on ending Results Handling.
              (Inherited from BaseResultsHandler.) | |
| 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.) | |
| GetNextBlankNodeID | 
            Gets the next available Blank Node ID.
              (Inherited from BaseHandler.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HandleBooleanResult | 
            Handles a Boolean Results.
              (Inherited from BaseResultsHandler.) | |
| HandleBooleanResultInternal | 
            Handles a Boolean Result.
              (Overrides BaseResultsHandlerHandleBooleanResultInternal(Boolean).) | |
| HandleResult | 
            Handlers SPARQL Results.
              (Inherited from BaseResultsHandler.) | |
| HandleResultInternal | 
            Handles a SPARQL Result by incrementing the counter.
              (Overrides BaseResultsHandlerHandleResultInternal(SparqlResult).) | |
| HandleVariable | 
            Handles a Variable declaration.
              (Inherited from BaseResultsHandler.) | |
| HandleVariableInternal | 
            Handles a Variable Declaration.
              (Overrides BaseResultsHandlerHandleVariableInternal(String).) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| StartResults | 
            Starts Results Handling.
              (Inherited from BaseResultsHandler.) | |
| StartResultsInternal | 
            Starts Results Handling and resets the counter to zero.
              (Overrides BaseResultsHandlerStartResultsInternal.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |