DataSetInfo.FromDirectoryAsync Method
Makes an asynchronous call to FromDirectory.
FromDirectoryAsync(System.String path, System.Boolean searchSubdirectories)
Makes an asynchronous call to FromDirectory.Syntax
public static AsyncResult FromDirectoryAsync (
System.String path,
System.Boolean searchSubdirectories
)
Parameters
The path to the directory.
Tells whether files in subdirectories shall be considered.
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 DataSetInfoCollection.
Platforms
Windows, Linux, Android