GetLogicalDriveStringsAsync Method
Overloads
| GetLogicalDriveStringsAsync() | Lists the logical drives in the system. | |
| GetLogicalDriveStringsAsync(AsyncHandle) | Lists the logical drives in the system. | |
| GetLogicalDriveStringsAsync<T>(AsyncHandle, Func<Response, T>) | Lists the logical drives in the system. | 
GetLogicalDriveStringsAsync()
Lists the logical drives in the system.
Declaration
      public Task<IEnumerable<DriveInfo>> GetLogicalDriveStringsAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DriveInfo>> | 
Implements
Remarks
This method applies only if running Qlik Sense Desktop.
GetLogicalDriveStringsAsync(AsyncHandle)
Lists the logical drives in the system.
Declaration
      public Task<IEnumerable<DriveInfo>> GetLogicalDriveStringsAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DriveInfo>> | 
Implements
Remarks
This method applies only if running Qlik Sense Desktop.
GetLogicalDriveStringsAsync<T>(AsyncHandle, Func<Response, T>)
Lists the logical drives in the system.
Declaration
      public Task<T> GetLogicalDriveStringsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Implements
Remarks
This method applies only if running Qlik Sense Desktop.