예제 #1
0
        public static DataBusExtentions <AzureDataBus> BlockSize(this DataBusExtentions <AzureDataBus> config, int blockSize)
        {
            AzureDataBusGuard.CheckBlockSize(blockSize);

            config.GetSettings().Set("AzureDataBus.BlockSize", blockSize);
            return(config);
        }