EventQueueName Class
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)
| 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(Object^) | Determines whether the specified object is equal to the current EventQueueName.(Overrides Object::Equals(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() | |
![]() | ToString() | Returns a String representation of the current EventQueueName.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(EventQueueName^, EventQueueName^) | Returns a value indicating whether the two specified EventQueueName objects are the equal. |
![]() ![]() | GreaterThan(EventQueueName^, EventQueueName^) | Returns a value indicating whether the first of two specified EventQueueName objects is greater than the second. |
![]() ![]() | Inequality(EventQueueName^, EventQueueName^) | Returns a value indicating whether the two specified EventQueueName objects are the not equal. |
![]() ![]() | LessThan(EventQueueName^, EventQueueName^) | Returns a value indicating whether the first of two specified EventQueueName objects is less than the second. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
This class can be associated with a WorkflowQueue or any other queues used by the Workflow Foundation (WF).
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




