Click or drag to resize

BaseStardogConnectorIsReady Property

Returns that the Connection is ready.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool IsReady { get; }

Property Value

Type: Boolean

Implements

IStorageCapabilitiesIsReady
IStorageCapabilitiesIsReady
Remarks
Returns true if the knowledge base specified in the class constructor is found on the server, false otherwise.
See Also