Class CoreQueue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Base
Assembly: Simplic.Framework.Base.dll
Syntax
public class CoreQueue : BaseQueue<IQueueItem>
Properties
| Improve this Doc View SourceSingleton
Declaration
public static CoreQueue Singleton { get; }
Property Value
Type | Description |
---|---|
CoreQueue |
Methods
| Improve this Doc View SourceDoLastWorks()
Declaration
protected override void DoLastWorks()
Overrides
Simplic.Framework.Base.BaseQueue<Simplic.Framework.Base.IQueueItem>.DoLastWorks()
|
Improve this Doc
View Source
DoWork(IQueueItem)
Work
Declaration
protected override void DoWork(IQueueItem item)
Parameters
Type | Name | Description |
---|---|---|
IQueueItem | item |
Overrides
Simplic.Framework.Base.BaseQueue<Simplic.Framework.Base.IQueueItem>.DoWork(Simplic.Framework.Base.IQueueItem)