C# 클래스 OpenRasta.Pipeline.CallGraph.Notification
파일 보기
프로젝트 열기: openrasta/openrasta-core
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
After ( Type contributorType ) : IPipelineExecutionOrderAnd |
|
|
Before ( Type contributorType ) : IPipelineExecutionOrderAnd |
|
|
Notification ( Func action, IEnumerable contributors ) : System |
|
|
비공개 메소드들
메소드 상세
public After ( Type contributorType ) : IPipelineExecutionOrderAnd |
contributorType |
System.Type |
|
리턴 |
IPipelineExecutionOrderAnd |
|
public Before ( Type contributorType ) : IPipelineExecutionOrderAnd |
contributorType |
System.Type |
|
리턴 |
IPipelineExecutionOrderAnd |
|
public Notification ( Func action, IEnumerable contributors ) : System |
action |
Func |
|
contributors |
IEnumerable |
|
리턴 |
System |
|