PendingTasks Class

Pending tasks wrapper class. - Allows for prioritization of broadcast tasks.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class PendingTasks : IDeepCloneable
Inheritance
Object    PendingTasks
Implements
IDeepCloneable

Constructors

PendingTasks Default self initializing constructor.
PendingTasks(PendingTasks) Self initializing constructor.

Properties

Count Total tasks held by this object.

Methods

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.

See Also