C# Класс Bloom.Api.CommandAvailabilityPublisher

this is from spike, which worked, but we aren't using (yet). When searching for other parts of the spike, do a text search, as they may be commented out Commands have a status that needs to be communicated to the html client. This class does that by wiring up to events on commands and sending updated status on commands over a websocket.
Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
CommandAvailabilityPublisher ( IEnumerable commands ) : System
Dispose ( ) : void

Приватные методы

Метод Описание
command_EnabledChanged ( object sender, EventArgs e ) : void

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

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

public CommandAvailabilityPublisher ( IEnumerable commands ) : System
commands IEnumerable
Результат System

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

public Dispose ( ) : void
Результат void