MsmqElementBase.CustomDeadLetterQueue Właściwość

Definicja

Pobiera lub ustawia identyfikator URI, który zawiera lokalizację kolejki utraconych komunikatów dla aplikacji, w której są umieszczane komunikaty, które wygasły lub nie powiodły się transfer lub dostarczanie.

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

Wartość właściwości

Uri

Obiekt Uri , który zawiera lokalizację kolejki utraconych komunikatów dla aplikacji. Wartość domyślna to null.

Atrybuty

Uwagi

Kolejka utraconych komunikatów to kolejka w menedżerze kolejek aplikacji wysyłającej dla wygasłych komunikatów, których nie udało się dostarczyć.

Identyfikator URI określony przez CustomDeadLetterQueue program musi używać schematu Net.msmq.

Jeśli DeadLetterQueue parametr ma wartość None lub System, CustomDeadLetterQueue należy ustawić wartość null. Jeśli CustomDeadLetterQueue parametr nie nullma wartości , DeadLetterQueue należy ustawić Customwartość .

Dotyczy