withSIX.Sync.Core.Transfer.Specs.MultiMirrorFileDownloadSpec.End C# (CSharp) 메소드

End() 공개 메소드

public End ( ) : void
리턴 void
        public void End() => Progress?.EndOutput(LocalFile.ToString());

Usage Example

 bool TryDownload(MultiMirrorFileDownloadSpec spec, Uri host) {
     try {
         TryDownloadFile(spec, host);
         spec.End();
         return true;
     } catch (TransferException) {} catch (VerificationError) {}
     return false;
 }
All Usage Examples Of withSIX.Sync.Core.Transfer.Specs.MultiMirrorFileDownloadSpec::End