IDSDataServiceAsync MembersDSWS API (.NET)

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

The IDSDataServiceAsync type exposes the following members.
Methods

  NameDescription
Protected methodAsApm T 
Public methodBeginGetData(DSDataRequest, AsyncCallback, Object)
Begin get data
Public methodBeginGetData(DSDataRequest, IDictionary String, Object , AsyncCallback, Object)
Begin get data
Public methodBeginGetDataBundle(IEnumerable DSDataRequest , AsyncCallback, Object)
Begin get multiple data
Public methodBeginGetDataBundle(IEnumerable DSDataRequest , IDictionary String, Object , AsyncCallback, Object)
Begin get multiple data
Public methodBeginLogon(AsyncCallback, Object)
Begin logon
Public methodBeginLogon(IDictionary String, Object , AsyncCallback, Object)
Begin logon
Public methodEndGetData(IAsyncResult)
End get data
Public methodEndGetData(IAsyncResult, IDictionary String, Object  )
End get data
Public methodEndGetDataBundle(IAsyncResult)
End get multiple data
Public methodEndGetDataBundle(IAsyncResult, IDictionary String, Object  )
End get multiple data
Public methodEndLogon
End logon
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataAsync(DSDataRequest)
GetData asynchronously using the task based asynchronous pattern
Public methodGetDataAsync(DSDataRequest, IDictionary String, Object )
GetData asynchronously
Public methodGetDataAsync(DSDataRequest, Object)
Get data asynchronously
Public methodGetDataAsync(DSDataRequest, IDictionary String, Object , Object)
Get data asynchronously
Public methodGetDataBundleAsync(IEnumerable DSDataRequest )
GetDataBundle asynchronously
Public methodGetDataBundleAsync(IEnumerable DSDataRequest , IDictionary String, Object )
GetDataBundle asynchronously
Public methodGetDataBundleAsync(IEnumerable DSDataRequest , Object)
Get multiple data asynchronously
Public methodGetDataBundleAsync(IEnumerable DSDataRequest , IDictionary String, Object , Object)
Get multiple data asynchronously
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogonAsync 
Logon asynchronously
Public methodLogonAsync(IDictionary String, Object )
Logon asynchronously
Public methodLogonAsync(Object)
Logon async
Public methodLogonAsync(IDictionary String, Object , Object)
Logon async
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Events

  NameDescription
Public eventGetDataBundleCompleted
Public eventGetDataCompleted
Occurs when GetDataAsync(DSDataRequest, Object) is completed
Public eventLogonCompleted
Occurs when LogonAsync(Object) is completed
Back to Top
See Also