Anmelden

.NET Framework Class Library
SysJobBase..::.JobUpdateProgress Method
SysJobBase Class SeeAlso Send Feedback

Forschritt in DB schreiben

Namespace: Nsoft.Sys.Interfaces
Assembly: Nsoft.Sys.Interfaces (in Nsoft.Sys.Interfaces.dll)

Syntax

Visual Basic (Declaration)
Protected Sub JobUpdateProgress ( _
	info As String, _
	total As Nullable(Of Integer), _
	done As Nullable(Of Integer), _
	interval As Nullable(Of Integer) _
)
C#
protected void JobUpdateProgress(
	string info,
	Nullable<int> total,
	Nullable<int> done,
	Nullable<int> interval
)
Visual C++
protected:
void JobUpdateProgress(
	String^ info, 
	Nullable<int> total, 
	Nullable<int> done, 
	Nullable<int> interval
)
JavaScript
function jobUpdateProgress(info, total, done, interval);

Parameters

info
Type: System..::.String
total
Type: System..::.Nullable<(Of <(Int32>)>)
done
Type: System..::.Nullable<(Of <(Int32>)>)
interval
Type: System..::.Nullable<(Of <(Int32>)>)

See Also

Overview of namespaces
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche