Click or drag to resize

BaseAsyncHttpConnectorMakeRequestSequence Method

Helper method for doing async operations where a sequence of HTTP requests must be run.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void MakeRequestSequence(
	IEnumerable<HttpWebRequest> requests,
	AsyncStorageCallback callback,
	Object state
)

Parameters

requests
Type: System.Collections.GenericIEnumerableHttpWebRequest
HTTP requests.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.
See Also