Show / Hide Table of Contents

Interface IProgressNotification

Defined the progress notification functionality.

Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface IProgressNotification

Methods

View Source

ProgressChanged(ProgressNotificationArgs)

Notify that the progress has been changed.

Declaration
void ProgressChanged(ProgressNotificationArgs args)
Parameters
Type Name Description
ProgressNotificationArgs args

A notification data.

View Source

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 Source

LoadingCompleted

Invoked when the last value of the progress is reached.

Declaration
event Action LoadingCompleted
Event Type
Type Description
System.Action

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
In This Article
  • Methods
    • ProgressChanged(ProgressNotificationArgs)
    • ProgressChanged(String)
  • Events
    • LoadingCompleted
  • Extension Methods
Back to top Generated by DocFX