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