C# 클래스 NCrawler.Pipeline.EMailEntityExtractionProcessor

상속: IPipelineStep
파일 보기 프로젝트 열기: esbencarlsen/NCrawler

공개 메소드들

메소드 설명
EMailEntityExtractionProcessor ( int maxDegreeOfParallelism ) : System
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task

메소드 상세

EMailEntityExtractionProcessor() 공개 메소드

public EMailEntityExtractionProcessor ( int maxDegreeOfParallelism ) : System
maxDegreeOfParallelism int
리턴 System

Process() 공개 메소드

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag /// The property bag. ///
리턴 Task