BitSharper.PeerGroup.PeerGroup C# (CSharp) Method

PeerGroup() public method

Creates a PeerGroup with the given parameters and a default 5 second connection timeout.
public PeerGroup ( IBlockStore blockStore, NetworkParameters @params, BlockChain chain ) : System
blockStore IBlockStore
@params NetworkParameters
chain BlockChain
return System
        public PeerGroup(IBlockStore blockStore, NetworkParameters @params, BlockChain chain)
            : this(blockStore, @params, chain, DefaultConnectionDelayMillis)
        {
        }

Same methods

PeerGroup::PeerGroup ( IBlockStore blockStore, NetworkParameters @params, BlockChain chain, int connectionDelayMillis ) : System