Click or drag to resize

PendingTasks Class

Pending tasks wrapper class. - Allows for prioritization of broadcast tasks.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.MultiserverModePendingTasks

Namespace:  MFiles.VAF.MultiserverMode
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public class PendingTasks : IDeepCloneable

The PendingTasks type exposes the following members.

Constructors
  NameDescription
Public methodPendingTasks
Default self initializing constructor.
Public methodPendingTasks(PendingTasks)
Self initializing constructor.
Top
Properties
  NameDescription
Public propertyCount
Total tasks held by this object.
Top
Methods
  NameDescription
Public methodAdd
Adds the application task to the appropriate list.
Public methodDeepClone
Deep clones this object.
Public methodNext
Always Broadcast messages by order they were added first. Once all broadcast messages have been returned then application tasks will be returned.
Public methodRemove
Removes the task by id from the pending tasks object.
Top
See Also