상속: IHandlerRegistryBuilder
예제 #1
0
//        public Dictionary<Type, Object[]>

        /// <summary>
        /// Initializes a new instance of the <see cref="T:System.Object"/> class.
        /// </summary>
        public DispatcherConfiguration()
        {
            Builder         = new HandlerRegistryBuilder();
            NumberOfRetries = 1;
            Order           = new List <Type>();
        }
//        public Dictionary<Type, Object[]> 

        /// <summary>
        /// Initializes a new instance of the <see cref="T:System.Object"/> class.
        /// </summary>
        public DispatcherConfiguration()
        {
            Builder = new HandlerRegistryBuilder();
            NumberOfRetries = 1;
            Order = new List<Type>();
        }