[This is preliminary documentation and is subject to change.]
Begin get multiple data
Namespace: Datastream.DswsApiAssembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IAsyncResult BeginGetDataBundle( IEnumerable<DSDataRequest> requests, IDictionary<string, Object> requestOptions, AsyncCallback callback, Object asyncState )
Parameters
- requests
- Type: System.Collections.Generic.IEnumerable<DSDataRequest>
Data requests
- requestOptions
- Type: System.Collections.Generic.IDictionary<String, Object>
Request Options
- callback
- Type: System.AsyncCallback
Async callback
- asyncState
- Type: System.Object
User state
Return Value
Async resultVersion Information
.NET API Framework
Supported in: 4.1, 3.6See Also