C# Класс Goose.Core.Output.GooseErrorTaskHandler

Наследование: IErrorTaskHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( IEnumerable tasks ) : void
Existing ( ShellCommand command ) : IEnumerable
GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
Remove ( ShellCommand command ) : void

Описание методов

Add() публичный Метод

public Add ( IEnumerable tasks ) : void
tasks IEnumerable
Результат void

Existing() публичный Метод

public Existing ( ShellCommand command ) : IEnumerable
command Goose.Core.Action.ShellCommand
Результат IEnumerable

GooseErrorTaskHandler() публичный Метод

public GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
errorListFacade IErrorListProviderFacade
Результат System.Collections.Concurrent

Remove() публичный Метод

public Remove ( ShellCommand command ) : void
command ShellCommand
Результат void