MsmqBindingElementBase.CustomDeadLetterQueue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Uri,這個項目會識別自訂的寄不出信件佇列,其中將會傳送無法傳遞的逾期訊息。
public:
property Uri ^ CustomDeadLetterQueue { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("customDeadLetterQueue", DefaultValue=null)]
public Uri CustomDeadLetterQueue { get; set; }
[<System.Configuration.ConfigurationProperty("customDeadLetterQueue", DefaultValue=null)>]
member this.CustomDeadLetterQueue : Uri with get, set
Public Property CustomDeadLetterQueue As Uri
屬性值
Uri 執行個體,其中包含自訂的寄不出信件佇列的 URI。
- 屬性
備註
寄不出的信件佇列是由傳送應用程式的佇列管理員所管理的佇列,可儲存無法傳遞或過期的訊息。
CustomDeadLetterQueue
屬性可讓您指定自訂的寄不出信件佇列,而非使用整個系統的預設寄不出信件佇列。
由 CustomDeadLetterQueue 指定的 URI 必須使用 net.msmq 配置。
如果 DeadLetterQueue 設定為 None 或 System,則 CustomDeadLetterQueue 必須設定為 null
。 如果 CustomDeadLetterQueue 不是 null
,則 DeadLetterQueue 必須設定為 Custom。