OpenRasta.Pipeline.CallGraph.Notification.After C# (CSharp) Method

After() public method

public After ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
return IPipelineExecutionOrderAnd
    public IPipelineExecutionOrderAnd After(Type contributorType)
    {
      VerifyContributorIsRegistered(contributorType);
      AfterTypes.Add(contributorType);
      return this;
    }