Delegate CMover.ProgressUpdatedHandler
Namespace:EvilDICOM.Network.SCUOps
Assembly:EvilDICOM.dll
Syntax
public delegate void ProgressUpdatedHandler(int completed, int remaining, int failed, int warning);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | completed | |
System.Int32 | remaining | |
System.Int32 | failed | |
System.Int32 | warning |