Клиент для доступа к сервису лицензирование StockSharp.
Inheritance
LicenseClient
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Community.dll
public class LicenseClient : BaseFixClient, IPersistable, ILogReceiver, ILogSource, IDisposable, ILicenseClient
Constructors
Declaration
Explicit Interface Implementations
Declaration
IEnumerable<long> ILicenseClient.AddFeatures(IEnumerable<string> features)
Parameters
Returns
Declaration
void ILicenseClient.DeleteLicense(long licenseId)
Parameters
Type |
Name |
Description |
Int64 |
licenseId |
|
Declaration
IEnumerable<(long, string)> ILicenseClient.FindFeatures(bool onlyOwn)
Parameters
Type |
Name |
Description |
Boolean |
onlyOwn |
|
Returns
Declaration
IEnumerable<LicenseInfoMessage> ILicenseClient.FindLicenses(string platform, string hardwareId)
Parameters
Returns
Declaration
LicenseInfoMessage ILicenseClient.RenewLicense(long licenseId)
Parameters
Type |
Name |
Description |
Int64 |
licenseId |
|
Returns
Declaration
LicenseInfoMessage ILicenseClient.RequestLicense(long issuedTo, string account, string hardwareId, string features, Nullable<DateTimeOffset> expirationDate)
Parameters
Returns
Implements
Ecng.Serialization.IPersistable
Extension Methods