Click or drag to resize

BaseAsyncSafeConnector Properties

The BaseAsyncSafeConnector type exposes the following members.

Properties
  NameDescription
Public propertyAsyncParentServer
Gets the parent server (if any).
Public propertyDeleteSupported
Gets whether the Store supports Graph deletion via the DeleteGraph() method.
Public propertyIOBehaviour
Gets the IO Behaviour of the Store.
Public propertyIsReadOnly
Gets whether the Store is read only.
Public propertyIsReady
Indicates whether the Store is ready to accept requests.
Public propertyListGraphsSupported
Gets whether the Store supports listing graphs via the ListGraphs() method.
Public propertyParentServer
Gets the parent server (if any).
Public propertyUpdateSupported
Gets whether the Store supports Triple level updates via the UpdateGraph() method.
Top
See Also