Overload List
| Name | Description | |
|---|---|---|
| FailureItem |
FailureItem() removes and returns the oldest failure packet from the failure queue. FailureItem() will return null if the failure queue is empty. This method may be called while the CogJobManager or CogJobs are running.
| |
| FailureItem(Int32, Boolean) |
FailureItem(int,bool) allows any failure packet to be looked at and/or removed from the failure queue.
|
See Also