EventQueueName Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

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

public ref class EventQueueName sealed : IComparable
[System.Serializable]
public sealed class EventQueueName : IComparable
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class EventQueueName : IComparable
[<System.Serializable>]
type EventQueueName = class
    interface IComparable
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type EventQueueName = class
    interface IComparable
Public NotInheritable Class EventQueueName
Implements IComparable
Inheritance
EventQueueName
Attributes
Implements

Remarks

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

Constructors

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.

Properties

InterfaceType

Gets the Type associated with the EventQueueName.

MethodName

Gets the method name associated with the EventQueueName.

Methods

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.

GetCorrelationValues()

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

GetHashCode()

Returns a hash code for the current EventQueueName.

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.

Operators

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.

Applies to