MemBus.ShapeProvider.IConfigureSubscription C# (CSharp) Méthode

IConfigureSubscription() private méthode

private IConfigureSubscription ( ) : void
Résultat void
        void IConfigureSubscription.ShapeOutwards(params ISubscriptionShaper[] shapers)
        {
            foreach (var s in shapers)
            {
                s.Being<IRequireServices>(d => d.AddServices(_services));
                _shaperAggregate.Add(s);
            }
        }