Table of Contents

Class InstallerMessage

Namespace
StockSharp.Installer.IPC
Assembly
StockSharp.Installer.IPC.dll

Base installer message.

public abstract class InstallerMessage : IPersistable
Inheritance
InstallerMessage
Implements
Derived
Inherited Members
Extension Methods

Constructors

InstallerMessage()

Create instance.

protected InstallerMessage()

Properties

From

Product id of message senders product.

public long From { get; }

Property Value

long

Methods

Load(SettingsStorage)

Loads the state of the object from the specified SettingsStorage.

public virtual void Load(SettingsStorage ss)

Parameters

ss SettingsStorage

Save(SettingsStorage)

Saves the state of the object to the specified SettingsStorage.

public virtual void Save(SettingsStorage ss)

Parameters

ss SettingsStorage

ToString()

public override string ToString()

Returns

string