EventQueueName Class

 
Note: This API is now obsolete.

Represents the name of a queue associated with an event on a WorkflowInstance. This class cannot be inherited.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

System::Object
  System.Workflow.Activities::EventQueueName

[SerializableAttribute]
[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class EventQueueName sealed : IComparable

NameDescription
System_CAPS_pubmethodEventQueueName(Type^, String^)

Initializes a new instance of the EventQueueName class by using the specified Type and operation name.

System_CAPS_pubmethodEventQueueName(Type^, String^, ICollection<CorrelationProperty^>^)

Initializes a new instance of the EventQueueName class.

NameDescription
System_CAPS_pubpropertyInterfaceType

Gets the Type associated with the EventQueueName.

System_CAPS_pubpropertyMethodName

Gets the method name associated with the EventQueueName.

NameDescription
System_CAPS_pubmethodCompareTo(EventQueueName^)

Compares the current EventQueueName to the specified EventQueueName.

System_CAPS_pubmethodCompareTo(Object^)

Compares the current EventQueueName to the specified EventQueueName.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current EventQueueName.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetCorrelationValues()

Returns a CorrelationProperty array that contains all correlation properties associated with the EventQueueName.

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the current EventQueueName.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String representation of the current EventQueueName.(Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(EventQueueName^, EventQueueName^)

Returns a value indicating whether the two specified EventQueueName objects are the equal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(EventQueueName^, EventQueueName^)

Returns a value indicating whether the first of two specified EventQueueName objects is greater than the second.

System_CAPS_puboperatorSystem_CAPS_staticInequality(EventQueueName^, EventQueueName^)

Returns a value indicating whether the two specified EventQueueName objects are the not equal.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(EventQueueName^, EventQueueName^)

Returns a value indicating whether the first of two specified EventQueueName objects is less than the second.

System_CAPS_noteNote

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).

.NET Framework
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.

Return to top
Show: