IsOpen
MSMQQueue

Read-only. The IsOpen property indicates whether or not the queue is open.

Quick Info

Type: Boolean
Run time: read-only

Syntax

object.IsOpen
 
Syntax Element Description
object Queue (MSMQQueue) object that represents an instance of the queue.

Return Values

TRUE
The queue is open.
FALSE
The queue is not open.

Remarks

IsOpen is TRUE if and only if Handle <> INVALID_HANDLE_VALUE.

See Also

Create, Label, MSMQQueue, MSMQQueueInfo, Open, PathName


© 1997 by Microsoft Corporation. All rights reserved.