示例#1
0
        /// <inheritdoc/>
        public IService Configure(ISpan span)
        {
            if (span is null)
            {
                throw new ArgumentNullException(nameof(span));
            }

            return(new Service(originationBuilder, terminationBuilder, executionBuilder, spanBuilder.Configure(span)));
        }