MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
UpdateLibraryReportProgress Method (title, message, percentage, totalNumberOfFiles, currentFilePosition, logEntry)
NamespacesMPfm.LibraryLibraryUpdateLibraryReportProgress(String, String, Double, Int32, Int32, String)
Reports progress for the update library process.
Declaration Syntax
C#Visual Basic
public void UpdateLibraryReportProgress(
	string title,
	string message,
	double percentage,
	int totalNumberOfFiles,
	int currentFilePosition,
	string logEntry
)
Public Sub UpdateLibraryReportProgress ( _
	title As String, _
	message As String, _
	percentage As Double, _
	totalNumberOfFiles As Integer, _
	currentFilePosition As Integer, _
	logEntry As String _
)
Parameters
title (String)
Title
message (String)
Message
percentage (Double)
Percentage done
totalNumberOfFiles (Int32)
Total number of files
currentFilePosition (Int32)
Current file position
logEntry (String)
Log entry

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)