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