BitSharper.DownloadListener.DoneDownload C# (CSharp) 메소드

DoneDownload() 보호된 메소드

Called when we are done downloading the block chain.
protected DoneDownload ( ) : void
리턴 void
        protected void DoneDownload()
        {
            Console.WriteLine("Done downloading block chain");
        }