NanoByte.Common
2.7.0
|
Reports progress updates using callbacks/events. Performs the callbacks immediately on the same thread. More...
Public Member Functions | |
SynchronousProgress (Action< T >? callback=null) | |
Captures the current synchronization context for callbacks. More... | |
Protected Member Functions | |
void | OnReport (T value) |
Events | |
Action< T >? | ProgressChanged |
Raised for each reported progress value. More... | |
Reports progress updates using callbacks/events. Performs the callbacks immediately on the same thread.
|
inline |
Captures the current synchronization context for callbacks.
Action<T>? NanoByte.Common.Tasks.SynchronousProgress< T >.ProgressChanged |
Raised for each reported progress value.