Reports progress for the update library process.
Declaration Syntax
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)