FreeDB.GetFreeDBInfoAsync Method |
Get the information about the Audio CD using the Async technique.
Namespace:
CSFreeDBLib
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic virtual FreeDB.FreeDBInfo GetFreeDBInfoAsync(
int DriveIndex
)
Public Overridable Function GetFreeDBInfoAsync (
DriveIndex As Integer
) As FreeDB.FreeDBInfo
Dim instance As FreeDB
Dim DriveIndex As Integer
Dim returnValue As FreeDB.FreeDBInfo
returnValue = instance.GetFreeDBInfoAsync(DriveIndex)
abstract GetFreeDBInfoAsync :
DriveIndex : int -> FreeDB.FreeDBInfo
override GetFreeDBInfoAsync :
DriveIndex : int -> FreeDB.FreeDBInfo
public FreeDB.FreeDBInfo GetFreeDBInfoAsync(
int DriveIndex
)
public function GetFreeDBInfoAsync(
DriveIndex : int
) : FreeDB.FreeDBInfo
function GetFreeDBInfoAsync(DriveIndex);
Parameters
- DriveIndex
- Type: System.Int32
Return Value
Type:
FreeDB.FreeDBInfo
See Also