コード例 #1
0
        /// <summary>
        /// Notifies this extension component that it has been registered in the owner's collection of extensions.
        /// </summary>
        /// <param name="owner">The extensible owner object that aggregates this extension.</param>
        public void Attach(IExtensibleCloudServiceComponent owner)
        {
            owner.EnsureExists <RulesEngineServiceClientExtension>();
            owner.EnsureExists <ActivityTrackingEventStreamExtension>();

            this.owner = owner;
        }
コード例 #2
0
        /// <summary>
        /// Notifies this extension component that it has been registered in the owner's collection of extensions.
        /// </summary>
        /// <param name="owner">The extensible owner object that aggregates this extension.</param>
        public void Attach(IExtensibleCloudServiceComponent owner)
        {
            owner.EnsureExists <RulesEngineServiceClientExtension>();

            this.owner = owner;
        }