MsmqBindingElementBase.TransactedReceiveEnabled Propriedade

Definição

Obtém um valor que especifica se uma transação deve receber mensagens com essa associação.Gets a value that specifies whether a transaction is required to receive messages with this binding.

public:
 property bool TransactedReceiveEnabled { bool get(); };
public bool TransactedReceiveEnabled { get; }
member this.TransactedReceiveEnabled : bool
Public ReadOnly Property TransactedReceiveEnabled As Boolean

Valor da propriedade

Boolean

true se a associação exigir uma transação para uma operação de recebimento; caso contrário, false .true if the binding requires a transaction for a receive operation; otherwise, false.

Implementações

Comentários

O Dispatcher acessa essa propriedade para determinar se uma transação é necessária para uma operação de recebimento.The dispatcher accesses this property to determine whether a transaction is required for a receive operation.

O transporte em fila no WCF retornará true para essa propriedade se, e somente se, ExactlyOnce for definido como true .The queued transport in WCF returns true for this property if, and only if, ExactlyOnce is set to true.

Aplica-se a