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

Before() public method

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