CogRandomAccessQueue MethodsCognex VisionPro 9.8 SR1

The CogRandomAccessQueue type exposes the following members.

Methods

  NameDescription
Public methodClear
Remove all items in the queue
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodData
Return internal data for testing purpose only
Public methodDequeue 
Remove the item from head of the queue
Public methodDequeue(Int32)
Remove and return the item at index
Public methodEnqueue
Adds object to the back of the queue. If the queue is full, just overwrite the tail item
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFreeList
Return internal freeList for testing purpose only
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodOrderList
Return internal orderList for testing purpose only
Public methodPeek
Just return the item at the index
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also