Click or drag to resize

CommandQueueStack Class

Class which represents a command queue stack, which is used to keep all command queues of a given context together.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericStackCommandQueue
    SD.Tools.Algorithmia.CommandsCommandQueueStack

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public class CommandQueueStack : Stack<CommandQueue>

The CommandQueueStack type exposes the following members.

Constructors
  NameDescription
Public methodCommandQueueStack
Initializes a new instance of the CommandQueueStack class.
Top
Properties
  NameDescription
Public propertyCount (Inherited from StackCommandQueue.)
Public propertyStackId
Gets the StackId.
Top
Methods
  NameDescription
Public methodClear (Inherited from StackCommandQueue.)
Public methodContains (Inherited from StackCommandQueue.)
Public methodCopyTo (Inherited from StackCommandQueue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from StackCommandQueue.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek (Inherited from StackCommandQueue.)
Public methodPop (Inherited from StackCommandQueue.)
Public methodPush (Inherited from StackCommandQueue.)
Public methodToArray (Inherited from StackCommandQueue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess
Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity.
(Inherited from StackCommandQueue.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate methodIEnumerableTGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from StackCommandQueue.)
Top
See Also