IDSDataServiceAsync GetDataAsync Method (DSDataRequest, IDictionary String, Object )DSWS API (.NET)

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

GetData asynchronously

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 Task<Tuple<DSDataResponse, IDictionary<string, Object>>> GetDataAsync(
	DSDataRequest request,
	IDictionary<string, Object> requestOptions
)

Parameters

request
Type: Datastream.DswsApi DSDataRequest
The request
requestOptions
Type: System.Collections.Generic IDictionary String, Object 
Request options

Return Value

The task object
Version Information

.NET API Framework

Supported in: 4.1
See Also