DataSet.GetDataSetInfoAsync Method
Makes an asynchronous call to GetDataSetInfo.
GetDataSetInfoAsync()
Makes an asynchronous call to GetDataSetInfo.Syntax
public AsyncResult GetDataSetInfoAsync ()
Return Value
An object that represents the result of the asynchronous call.
Remarks
The returned AsyncResult represents an asynchronous result that is being constructed by a background thread. When the background thread has completed its work and no errors have occurred you can access the actual result by calling the AsyncResult.GetResult method and casting the returned object to a DataSetInfo.
Platforms
Windows, Linux, Android