Click or drag to resize

SearchServiceSearch Method (String, PelletSearchServiceCallback, Object)

Gets the list of Search Results which match the given search term.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Search(
	string text,
	PelletSearchServiceCallback callback,
	Object state
)

Parameters

text
Type: SystemString
Search Term.
callback
Type: VDS.RDF.Query.Inference.PelletPelletSearchServiceCallback
Callback to invoke when the operation completes.
state
Type: SystemObject
State to pass to the callback.
Remarks
If the operation succeeds the callback will be invoked normally, if there is an error the callback will be invoked with a instance of AsyncError passed as the state which provides access to the error message and the original state passed in.
See Also