QueuedDeliveryRequirementsMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The QueuedDeliveryRequirementsMode enumeration specifies queued delivery requirements.
public enum class QueuedDeliveryRequirementsMode
public enum QueuedDeliveryRequirementsMode
type QueuedDeliveryRequirementsMode =
Public Enum QueuedDeliveryRequirementsMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Allowed | 0 | Queued delivery is allowed. |
Required | 1 | Queued delivery is required. |
NotAllowed | 2 | Queued delivery is not allowed. |
Remarks
This enumeration is used as a parameter to the DeliveryRequirementsAttribute attribute. When applied to a class, it allows the developer to specify whether the class can be used with a message queuing binding.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.