Class BaseLicenseTask
Inheritance
System.Object
BaseLicenseTask
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.Core.dll
Syntax
public abstract class BaseLicenseTask : IDisposable
Constructors
BaseLicenseTask(Int64, License, Int64)
Declaration
public BaseLicenseTask(long appId, License license, long maxSleepDelay)
Parameters
Type |
Name |
Description |
System.Int64 |
appId |
|
License |
license |
|
System.Int64 |
maxSleepDelay |
|
Fields
AppId
Declaration
Field Value
Type |
Description |
System.Int64 |
|
EngineLimits
Declaration
protected long EngineLimits
Field Value
Type |
Description |
System.Int64 |
|
InstancesMap
Declaration
protected Dictionary<string, BaseLicenseTask.PairValue> InstancesMap
Field Value
License
Declaration
protected License License
Field Value
LicenseId
Declaration
Field Value
Type |
Description |
System.Int64 |
|
Log
Declaration
protected static readonly ILog Log
Field Value
MaxSleepDelay
Declaration
protected long MaxSleepDelay
Field Value
Type |
Description |
System.Int64 |
|
WorkerThread
Declaration
protected Thread WorkerThread
Field Value
Type |
Description |
System.Threading.Thread |
|
Methods
CloseAllSession(String)
Declaration
public virtual void CloseAllSession(string reason)
Parameters
Type |
Name |
Description |
System.String |
reason |
|
Dispose()
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Execute()
Declaration
public abstract void Execute()
IsValidLicId(Byte[], Int64)
Declaration
protected static bool IsValidLicId(byte[] msg, long licId)
Parameters
Type |
Name |
Description |
System.Byte[] |
msg |
|
System.Int64 |
licId |
|
Returns
Type |
Description |
System.Boolean |
|
Run()
Declaration
Shutdown()
Declaration
SlidingSleep()
Declaration
protected void SlidingSleep()
Implements
System.IDisposable