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

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