The DequeueResult type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CLOSED
Dequeue operation failed because the connection was closed.
GOOD
Dequeue operation succeeded.
SUPPRESSED
This can be returned by DequeueResult..::..Interceptor implementations to signify that the tuples should not be returned to the caller.
TIMEOUT
Dequeue operation timed out.
UNINITIALIZED
Dequeue operation has not yet been attempted.

See Also