BaseAsyncHttpConnectorLoadGraphAsync 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:
Syntax protected 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.NetHttpWebRequest
HTTP Request. - handler
- Type: VDS.RDFIRdfHandler
Handler to load with. - callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
See Also