BaseAsyncHttpConnector.LoadGraphAsync Method |
Helper method for doing async load operations, callers just need to provide an appropriately prepared HTTP request.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected void LoadGraphAsync(
HttpWebRequest request,
IRdfHandler handler,
AsyncStorageCallback callback,
Object state
)
Protected Sub LoadGraphAsync (
request As HttpWebRequest,
handler As IRdfHandler,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- request
- Type: System.Net.HttpWebRequest
HTTP Request. - handler
- Type: VDS.RDF.IRdfHandler
Handler to load with. - callback
- Type: VDS.RDF.Storage.AsyncStorageCallback
Callback. - state
- Type: System.Object
State to pass to the callback.
See Also