ServiceQueueEvent Members

Include Protected Members
Include Inherited Members

The ServiceQueueEvent object represents the Service Broker service queue events that can be included in a service queue event set.

The ServiceQueueEvent type exposes the following members.

Methods

  Name Description
Public methodStatic member Add(ServiceQueueEvent, ServiceQueueEvent) Returns a Service Broker queue event set that is created by adding two specified events together.
Public methodStatic member BitwiseOr(ServiceQueueEvent, ServiceQueueEvent) Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Public method Equals(Object) Determines whether the referenced service queue event object is equal to a specified object. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns the referenced object in string format. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Addition(ServiceQueueEvent, ServiceQueueEvent) Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects.
Public operatorStatic member BitwiseOr(ServiceQueueEvent, ServiceQueueEvent) Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Public operatorStatic member Equality(ServiceQueueEvent, ServiceQueueEvent) Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
Public operatorStatic member Implicit(ServiceQueueEvent to ServiceQueueEventSet)
Public operatorStatic member Inequality(ServiceQueueEvent, ServiceQueueEvent) Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

Top

Properties

  Name Description
Public propertyStatic member AlterQueue Gets a service queue event that can be included in the event set.
Public propertyStatic member BrokerQueueDisabled Gets a service queue event that can be included in the event set.
Public propertyStatic member DropQueue Gets a service queue event that can be included in the event set.
Public propertyStatic member QueueActivation Gets a service queue event that can be included in the event set.

Top