Click or drag to resize

AsyncStorageCallback Delegate

Generic callback for async storage API operations.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public delegate void AsyncStorageCallback(
	Object sender,
	AsyncStorageCallbackArgs args,
	Object state
)

Parameters

sender
Type: SystemObject
Originator of the callback.
args
Type: VDS.RDF.StorageAsyncStorageCallbackArgs
Callback Arguments.
state
Type: SystemObject
State object originally passed to the async call.
See Also