Show / Hide Table of Contents
View Source

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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX