Jellyfish.Commands.BulkheadTaskScheduler.Dispose C# (CSharp) Method

Dispose() public method

Initiates shutdown of the scheduler.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            _disposeCancellation.Cancel();
        }
    }