C# Class PipelineSample.PipelineStages

Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Public Methods

Method Description
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

Method Details

AddColorAsync() public static method

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

LoadContentAsync() public static method

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

ProcessContentAsync() public static method

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

ReadFilenamesAsync() public static method

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

ShowContentAsync() public static method

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

TransferContentAsync() public static method

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