Interface IProgressNotification
Defined the progress notification functionality.
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface IProgressNotification
  Methods
View SourceProgressChanged(ProgressNotificationArgs)
Notify that the progress has been changed.
Declaration
void ProgressChanged(ProgressNotificationArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ProgressNotificationArgs | args | A notification data.  | 
      
ProgressChanged(String)
Notify that the progress has been changed.
Declaration
void ProgressChanged(string text)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | text | A notification text.  | 
      
Events
View SourceLoadingCompleted
Invoked when the last value of the progress is reached.
Declaration
event Action LoadingCompleted
  Event Type
| Type | Description | 
|---|---|
| System.Action |