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
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
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