public static void EndWalk(this DicomDatasetWalker @this, IAsyncResult result)
 {
     AsyncFactory.ToEnd(result);
 }
Exemplo n.º 2
0
 public static DicomFile EndOpen(IAsyncResult result)
 {
     return(AsyncFactory.ToEnd <DicomFile>(result));
 }
Exemplo n.º 3
0
 public static void EndSave(this DicomFile @this, IAsyncResult result)
 {
     AsyncFactory.ToEnd(result);
 }