DataSetInfo.FromFileAsync Method
Makes an asynchronous call to FromFile.
FromFileAsync(System.String fileName)
Makes an asynchronous call to FromFile.Syntax
public static AsyncResult FromFileAsync (
System.String fileName
)
Parameters
The file name, including the path.
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