MyService.MyService C# (CSharp) Method

MyService() public method

public MyService ( )
    public MyService()
    {
        _headChannel=Channel.CreateBounded<MyType0>(5);
    }
    public async Task ExecuteAsync(CancellationToken token)

Same methods

MyService::MyService ( IJobContainer sequentialJobs, IJobContainer parallelJobs )