예제 #1
0
        /// <summary>
        /// Applies the current definition to the parent.
        /// </summary>
        /// <returns>An instance of the parent.</returns>
        public ContainerBuilder Attach()
        {
            ChangeFeedPolicy resolutionPolicy = new ChangeFeedPolicy
            {
                FullFidelityRetention = this.changeFeedPolicyRetention
            };

            this.attachCallback(resolutionPolicy);
            return(this.parent);
        }
 private void AddChangeFeedPolicy(ChangeFeedPolicy changeFeedPolicy)
 {
     this.changeFeedPolicy = changeFeedPolicy;
 }