BitSharper.AbstractPeerEventListener.OnChainDownloadStarted C# (CSharp) Method

OnChainDownloadStarted() public method

public OnChainDownloadStarted ( Peer peer, int blocksLeft ) : void
peer Peer
blocksLeft int
return void
        public virtual void OnChainDownloadStarted(Peer peer, int blocksLeft)
        {
        }