This documentation is archived and is not being maintained.
EventQueueName Class
Visual Studio 2010
Represents the name of a queue associated with an event on a WorkflowInstance. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The EventQueueName type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EventQueueName(Type, String) | Initializes a new instance of the EventQueueName class by using the specified Type and operation name. |
![]() | EventQueueName(Type, String, ICollection<CorrelationProperty>) | Initializes a new instance of the EventQueueName class. |
| Name | Description | |
|---|---|---|
![]() | InterfaceType | Gets the Type associated with the EventQueueName. |
![]() | MethodName | Gets the method name associated with the EventQueueName. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(EventQueueName) | Compares the current EventQueueName to the specified EventQueueName. |
![]() | CompareTo(Object) | Compares the current EventQueueName to the specified EventQueueName. |
![]() | Equals | Determines whether the specified object is equal to the current EventQueueName. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCorrelationValues | Returns a CorrelationProperty array that contains all correlation properties associated with the EventQueueName. |
![]() | GetHashCode | Returns a hash code for the current EventQueueName. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String representation of the current EventQueueName. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value indicating whether the two specified EventQueueName objects are the equal. |
![]() ![]() | GreaterThan | Returns a value indicating whether the first of two specified EventQueueName objects is greater than the second. |
![]() ![]() | Inequality | Returns a value indicating whether the two specified EventQueueName objects are the not equal. |
![]() ![]() | LessThan | Returns a value indicating whether the first of two specified EventQueueName objects is less than the second. |
This class can be associated with a WorkflowQueue or any other queues used by the Workflow Foundation (WF).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
