Namespace StockSharp.Installer.IPC
Classes
InstallerChannel
Message channel between applications and installer.
InstallerChannel.ConnectionException
Connection cannot be established.
InstallerMessage
Base installer message.
MsgCheckUpdates
Message from application to installer to check for updates and send back updates info.
MsgClose
Message from installer to application to ask it to close before update.
MsgError
Response which means that there was error during message handling on server side.
MsgOk
Confirmation message.
MsgUpdatesInfo
Message from installer to application which contains updates information.
MsgUpdatesInfo.Update
Package update info.
Interfaces
IInstallerChannelHandler
Interface to be implemented to handle installer messages.