Summer.Batch.Core.Unity.StepScope.StepScopeLifetimeManager.RemoveValue C# (CSharp) Метод

RemoveValue() публичный Метод

Removes the instance from the context.
public RemoveValue ( ) : void
Результат void
        public override void RemoveValue()
        {
            Context.RemoveAttribute(_name);
        }
StepScopeLifetimeManager