eDriven Framework API
Inserts the object into the priority queue
Returns the ID of the same object in the queue

Declaration Syntax
public int Insert(
T obj,
int priority
)
Public Function Insert ( _
obj As T, _
priority As Integer _
) As Integer
public:
int Insert(
T obj,
int priority
)

Parameters
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)