Show / Hide Table of Contents

Interface IInstallerStatusReport

Install process status report.

Inherited Members
ILogReceiver.AddLog(LogMessage)
ILogSource.Id
ILogSource.Name
ILogSource.Parent
ILogSource.LogLevel
ILogSource.CurrentTime
ILogSource.IsRoot
ILogSource.ParentRemoved
ILogSource.Log
Namespace: StockSharp.Installer
Assembly: StockSharp.Installer.dll
Syntax
public interface IInstallerStatusReport : ILogReceiver, ILogSource, IDisposable

Methods

SetStatus(String, Boolean, Exception)

Set current status.

Declaration
void SetStatus(string status = null, bool autoReset = true, Exception error = null)
Parameters
Type Name Description
String status
Boolean autoReset
Exception error

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾