QueuePolicy Members

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the particular rules and constraints for a Queue.

The following tables list the members exposed by the QueuePolicy type.

Public Constructors

  Name Description
  QueuePolicy Overloaded. Initializes a new instance of the QueuePolicy class.

Top

Public Properties

  Name Description
public property Authorization  Gets or sets the authorization policy for the current instance.  (Inherited from JunctionPolicy)
public property Discoverability  Gets or sets the discoverability policy for the current instance.  (Inherited from JunctionPolicy)
public property EnqueueTimeout Gets or sets the enqueue timeout. The minimum value is 0, the default setting is 10 seconds, and the maximum value is 20 seconds.
public property ExpirationInstant  Gets or sets the expiration instant of the queue or router.  (Inherited from JunctionPolicy)
public property MaxConcurrentReaders Gets or sets the maximum number of concurrent readers.
public property MaxDequeueRetries Gets or sets the value that determines how often the service will attempt to dequeue a message and deliver the message until it is considered poisonous.
public property MaxMessageAge Gets or sets the maximum message age.
public property MaxMessageSize  Gets or sets the maximum message size you can send to a queue or router created with this policy.  (Inherited from JunctionPolicy)
public property MaxQueueCapacity Gets or sets the maximum queue capacity.
public property MaxQueueLength Gets or sets the maximum queue length.
public property Overflow Gets or sets the overflow.
public property PoisonMessageDrop Gets or sets the poison message drop endpoint.
public property TransportProtection  Gets or sets the type of transport protection requirements for the queue or router created with this policy.  (Inherited from JunctionPolicy)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method CheckReadOnly  Checks if the current instance is read only and throws an exception if it is.  (Inherited from JunctionPolicy)
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
  System.Runtime.Serialization.IExtensibleDataObject.ExtensionData  

Top

See Also

Reference

QueuePolicy Class
Microsoft.ServiceBus Namespace

Did you find this information useful? Please send your suggestions and comments about the documentation.