C# 클래스 Drey.Configuration.ServiceModel.ServicesManager

상속: IServicesManager
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ServicesManager ( INutConfiguration configurationManager, Infrastructure dbConfigurationSettingsFactory, IEventBus eventBus, IEnumerable pushServices, IEnumerable remoteInvokedServices, Services globalSettings, Func packagesPollerFactory, Func pollingCollectionFactory, Repositories packageRepository, IHoardeManager hoardeManager ) : Drey.Configuration.Infrastructure
Start ( ) : bool

Starts this manager and its services. Establishes connection with the remote server for log file access, etc.

Stop ( ) : bool

Stops all services managed by this.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

비공개 메소드들

메소드 설명
Connect ( ) : System.Threading.Tasks.Task
InitializePollingClients ( ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

ServicesManager() 공개 메소드

public ServicesManager ( INutConfiguration configurationManager, Infrastructure dbConfigurationSettingsFactory, IEventBus eventBus, IEnumerable pushServices, IEnumerable remoteInvokedServices, Services globalSettings, Func packagesPollerFactory, Func pollingCollectionFactory, Repositories packageRepository, IHoardeManager hoardeManager ) : Drey.Configuration.Infrastructure
configurationManager INutConfiguration
dbConfigurationSettingsFactory Infrastructure
eventBus IEventBus
pushServices IEnumerable
remoteInvokedServices IEnumerable
globalSettings Services
packagesPollerFactory Func
pollingCollectionFactory Func
packageRepository Repositories
hoardeManager IHoardeManager
리턴 Drey.Configuration.Infrastructure

Start() 공개 메소드

Starts this manager and its services. Establishes connection with the remote server for log file access, etc.
public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

Stops all services managed by this.
public Stop ( ) : bool
리턴 bool