Persistate API documentation
SetStatus Method (message, percentComplete, count)
NamespacesPersistateIStatusTargetSetStatus(String, Single, Int32)

[This is preliminary documentation and is subject to change.]

Shows the user a current status.
Declaration Syntax
C#
void SetStatus(
	string message,
	float percentComplete,
	int count
)
Parameters
message (String)
A status message which will be shown to the user.
percentComplete (Single)
A percentage complete which will be shown to the user in a progress bar. If this value is negative, the progress bar is hidden.
count (Int32)
The current number of uncommitted modifications.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)