public class PendingTasks : IDeepCloneable
PendingTasks | Default self initializing constructor. |
PendingTasks(PendingTasks) | Self initializing constructor. |
Count | Total tasks held by this object. |
Add | Adds the application task to the appropriate list. |
DeepClone | Deep clones this object. |
Next | Always Broadcast messages by order they were added first. Once all broadcast messages have been returned then application tasks will be returned. |
Remove | Removes the task by id from the pending tasks object. |