C# Class SimpleDataFlowSample.Program

Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
ConsumerAsync ( ) : System.Threading.Tasks.Task
Producer ( ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

ConsumerAsync() public static method

public static ConsumerAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Producer() public static method

public static Producer ( ) : void
return void