NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Queue Properties

The properties of the Queue class are listed below. For a complete list of Queue class members, see the Queue Members topic.

Public:

Count Gets the number of elements in the Queue.
IsReadOnly Gets a value indicating whether the Queue is read-only.
IsSynchronized Gets a value indicating whether access to the Queue is synchronized (thread-safe).
SyncRoot Gets an object that can be used to synchronize access to the Queue.

See Also

Queue Class | System.Collections Namespace