C# 클래스 LinFu.IoC.CompositePostProcessor

Represents an IPostProcessor type that processes multiple IPostProcessor instances at once.
상속: IPostProcessor
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
PostProcess ( IServiceRequestResult result ) : void

A method that passes every request result made to the list of postprocessors.

비공개 메소드들

메소드 설명
CompositePostProcessor ( IEnumerable postProcessors ) : System.Collections.Generic

Initializes the type using the given postProcessors.

메소드 상세

PostProcess() 공개 메소드

A method that passes every request result made to the list of postprocessors.
public PostProcess ( IServiceRequestResult result ) : void
result IServiceRequestResult The instance that describes the result of the service request.
리턴 void