MsmqBindingElementBase.ReceiveContextEnabled Propriedade
Definição
Obtém ou define um valor que indica se o comportamento do contexto de recebimento é solicitado.Gets or sets a value that indicates whether the receive context behavior is requested.
public:
property bool ReceiveContextEnabled { bool get(); void set(bool value); };
public bool ReceiveContextEnabled { get; set; }
member this.ReceiveContextEnabled : bool with get, set
Public Property ReceiveContextEnabled As Boolean
Valor da propriedade
true se a associação oferecer suporte ao comportamento de contexto de recebimento; caso contrário, false .true if the binding supports receive context behavior; otherwise, false.