Class LicenseErrorLogSource
Log source, send information about license errors LicenseError.
Inherited Members
Namespace: StockSharp.Licensing
Assembly: StockSharp.Licensing.dll
Syntax
public class LicenseErrorLogSource : BaseLogSource, ILogSource, IDisposable, IPersistable
Constructors
LicenseErrorLogSource()
Initializes a new instance of the LicenseErrorLogSource.
Declaration
public LicenseErrorLogSource()
Properties
Name
The source name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
DisposeManaged()
Release resources.
Declaration
protected override void DisposeManaged()
Implements
Ecng.Serialization.IPersistable