eDriven Framework API
Insert Method (obj, priority)
NamespaceseDriven.Core.UtilPriorityStackInsert(Object, Int32)
eDriven Framework API
Inserts the object into the priority queue Returns the ID of the same object in the queue
Declaration Syntax
C#Visual BasicVisual C++
public int Insert(
	Object obj,
	int priority
)
Public Function Insert ( _
	obj As Object, _
	priority As Integer _
) As Integer
public:
int Insert(
	Object^ obj, 
	int priority
)
Parameters
obj (Object)
priority (Int32)

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