Summer.Batch.Core.Unity.StepScope.StepScopeLifetimeManager.RemoveValue C# (CSharp) Method

RemoveValue() public method

Removes the instance from the context.
public RemoveValue ( ) : void
return void
        public override void RemoveValue()
        {
            Context.RemoveAttribute(_name);
        }
StepScopeLifetimeManager