[This is preliminary documentation and is subject to change.]
The IDSDataServiceAsync type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | AsApm T | |
![]() | BeginGetData(DSDataRequest, AsyncCallback, Object) |
Begin get data
|
![]() | BeginGetData(DSDataRequest, IDictionary String, Object , AsyncCallback, Object) |
Begin get data
|
![]() | BeginGetDataBundle(IEnumerable DSDataRequest , AsyncCallback, Object) |
Begin get multiple data
|
![]() | BeginGetDataBundle(IEnumerable DSDataRequest , IDictionary String, Object , AsyncCallback, Object) |
Begin get multiple data
|
![]() | BeginLogon(AsyncCallback, Object) |
Begin logon
|
![]() | BeginLogon(IDictionary String, Object , AsyncCallback, Object) |
Begin logon
|
![]() | EndGetData(IAsyncResult) |
End get data
|
![]() | EndGetData(IAsyncResult, IDictionary String, Object ) |
End get data
|
![]() | EndGetDataBundle(IAsyncResult) |
End get multiple data
|
![]() | EndGetDataBundle(IAsyncResult, IDictionary String, Object ) |
End get multiple data
|
![]() | EndLogon |
End logon
|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetDataAsync(DSDataRequest) |
GetData asynchronously using the task based asynchronous pattern
|
![]() | GetDataAsync(DSDataRequest, IDictionary String, Object ) |
GetData asynchronously
|
![]() | GetDataAsync(DSDataRequest, Object) |
Get data asynchronously
|
![]() | GetDataAsync(DSDataRequest, IDictionary String, Object , Object) |
Get data asynchronously
|
![]() | GetDataBundleAsync(IEnumerable DSDataRequest ) |
GetDataBundle asynchronously
|
![]() | GetDataBundleAsync(IEnumerable DSDataRequest , IDictionary String, Object ) |
GetDataBundle asynchronously
|
![]() | GetDataBundleAsync(IEnumerable DSDataRequest , Object) |
Get multiple data asynchronously
|
![]() | GetDataBundleAsync(IEnumerable DSDataRequest , IDictionary String, Object , Object) |
Get multiple data asynchronously
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | LogonAsync |
Logon asynchronously
|
![]() | LogonAsync(IDictionary String, Object ) |
Logon asynchronously
|
![]() | LogonAsync(Object) |
Logon async
|
![]() | LogonAsync(IDictionary String, Object , Object) |
Logon async
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | GetDataBundleCompleted |
Occurs when GetDataBundleAsync(IEnumerable DSDataRequest , Object) is completed
|
![]() | GetDataCompleted |
Occurs when GetDataAsync(DSDataRequest, Object) is completed
|
![]() | LogonCompleted |
Occurs when LogonAsync(Object) is completed
|
See Also