IDSDataService GetDataBundle Method (IEnumerable DSDataRequest , IDictionary String, Object , IDictionary String, Object  )DSWS API (.NET)

[This is preliminary documentation and is subject to change.]

Get data for multiple requests

Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IEnumerable<DSDataResponse> GetDataBundle(
	IEnumerable<DSDataRequest> requests,
	IDictionary<string, Object> requestOptions,
	out IDictionary<string, Object> responseOptions
)

Parameters

requests
Type: System.Collections.Generic IEnumerable DSDataRequest 
Data requests
requestOptions
Type: System.Collections.Generic IDictionary String, Object 
Request options
responseOptions
Type: System.Collections.Generic IDictionary String, Object  
Response options

Return Value

Data responses
Version Information

.NET API Framework

Supported in: 4.1, 3.6
See Also