Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IProgressUpdater Interface
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIProgressUpdater
Represents the progression of a command.
Declaration Syntax
C#Visual BasicVisual C++
public interface IProgressUpdater
Public Interface IProgressUpdater
public interface class IProgressUpdater
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Progressed
Occurs when progression occurs.

ProgressMessage
Gets the progress message.

ProgressPercentage
Gets the progress percentage.

SetProgression(Double)
Sets the progression.

SetProgression(Double, String)
Sets the progression.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)