BitSharper.DownloadListener.DoneDownload C# (CSharp) Method

DoneDownload() protected method

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