MsmqBindingElementBase.ExactlyOnce 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定使用這個繫結傳送的訊息是否具有剛好一次的保證。
public:
property bool ExactlyOnce { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("exactlyOnce", DefaultValue=true)]
public bool ExactlyOnce { get; set; }
[<System.Configuration.ConfigurationProperty("exactlyOnce", DefaultValue=true)>]
member this.ExactlyOnce : bool with get, set
Public Property ExactlyOnce As Boolean
屬性值
如果與此繫結一起傳送的訊息有「正好一次」的保證,則為 true
,否則為 false
。
- 屬性
備註
ExactlyOnce當設定為 true
時,表示訊息佇列 (也稱為 MSMQ) 可確保已傳送的訊息會傳遞至接收訊息佇列一次且只有一次。 如果傳遞失敗,訊息會根據 DeadLetterQueue
屬性設定傳送至寄不出的信件佇列。 將 ExactlyOnce 設定為 true
需要交易式的佇列。