C# 클래스 PipelineSample.PipelineStages

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6 1 사용 예제들

공개 메소드들

메소드 설명
AddColorAsync ( BlockingCollection input, BlockingCollection output ) : System.Threading.Tasks.Task
LoadContentAsync ( BlockingCollection input, BlockingCollection output ) : System.Threading.Tasks.Task
ProcessContentAsync ( BlockingCollection input, int>.ConcurrentDictionary output ) : System.Threading.Tasks.Task
ReadFilenamesAsync ( string path, BlockingCollection output ) : System.Threading.Tasks.Task
ShowContentAsync ( BlockingCollection input ) : System.Threading.Tasks.Task
TransferContentAsync ( int>.ConcurrentDictionary input, BlockingCollection output ) : System.Threading.Tasks.Task

메소드 상세

AddColorAsync() 공개 정적인 메소드

public static AddColorAsync ( BlockingCollection input, BlockingCollection output ) : System.Threading.Tasks.Task
input BlockingCollection
output BlockingCollection
리턴 System.Threading.Tasks.Task

LoadContentAsync() 공개 정적인 메소드

public static LoadContentAsync ( BlockingCollection input, BlockingCollection output ) : System.Threading.Tasks.Task
input BlockingCollection
output BlockingCollection
리턴 System.Threading.Tasks.Task

ProcessContentAsync() 공개 정적인 메소드

public static ProcessContentAsync ( BlockingCollection input, int>.ConcurrentDictionary output ) : System.Threading.Tasks.Task
input BlockingCollection
output int>.ConcurrentDictionary
리턴 System.Threading.Tasks.Task

ReadFilenamesAsync() 공개 정적인 메소드

public static ReadFilenamesAsync ( string path, BlockingCollection output ) : System.Threading.Tasks.Task
path string
output BlockingCollection
리턴 System.Threading.Tasks.Task

ShowContentAsync() 공개 정적인 메소드

public static ShowContentAsync ( BlockingCollection input ) : System.Threading.Tasks.Task
input BlockingCollection
리턴 System.Threading.Tasks.Task

TransferContentAsync() 공개 정적인 메소드

public static TransferContentAsync ( int>.ConcurrentDictionary input, BlockingCollection output ) : System.Threading.Tasks.Task
input int>.ConcurrentDictionary
output BlockingCollection
리턴 System.Threading.Tasks.Task