Click or drag to resize

RemoteUpdateProcessor Class

SPARQL Update Processor which processes updates by sending them to a remote SPARQL Update endpoint represented by a SparqlRemoteUpdateEndpoint instance.
Inheritance Hierarchy
SystemObject
  VDS.RDF.UpdateRemoteUpdateProcessor

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class RemoteUpdateProcessor : ISparqlUpdateProcessor

The RemoteUpdateProcessor type exposes the following members.

Constructors
  NameDescription
Public methodRemoteUpdateProcessor(String)
Creates a new Remote Update Processor.
Public methodRemoteUpdateProcessor(Uri)
Creates a new Remote Update Processor.
Public methodRemoteUpdateProcessor(SparqlRemoteUpdateEndpoint)
Creates a new Remote Update Processor.
Top
Methods
  NameDescription
Public methodDiscard
Discards any outstanding changes.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Flushes any outstanding changes to the underlying store.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessAddCommand
Processes an ADD command.
Public methodProcessClearCommand
Processes a CLEAR command.
Public methodProcessCommand
Processes a command.
Public methodProcessCommandSet
Processes a command set.
Public methodProcessCopyCommand
Processes a COPY command.
Public methodProcessCreateCommand
Processes a CREATE command.
Public methodProcessDeleteCommand
Processes a DELETE command.
Public methodProcessDeleteDataCommand
Processes a DELETE DATA command.
Public methodProcessDropCommand
Processes a DROP command.
Public methodProcessInsertCommand
Processes an INSERT command.
Public methodProcessInsertDataCommand
Processes an INSERT DATA command.
Public methodProcessLoadCommand
Processes a LOAD command.
Public methodProcessModifyCommand
Processes an INSERT/DELETE command.
Public methodProcessMoveCommand
Processes a MOVE command.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also