TransactionFlowBindingElement Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de TransactionFlowBindingElement klasse.
Overloads
| Name | Description |
|---|---|
| TransactionFlowBindingElement() |
Initialiseert een nieuw exemplaar van de TransactionFlowBindingElement klasse. |
| TransactionFlowBindingElement(TransactionProtocol) |
Initialiseert een nieuw exemplaar van de TransactionFlowBindingElement klasse met het opgegeven protocol dat wordt gebruikt om een transactie te stromen. |
TransactionFlowBindingElement()
Initialiseert een nieuw exemplaar van de TransactionFlowBindingElement klasse.
public:
TransactionFlowBindingElement();
public TransactionFlowBindingElement();
Public Sub New ()
Van toepassing op
TransactionFlowBindingElement(TransactionProtocol)
Initialiseert een nieuw exemplaar van de TransactionFlowBindingElement klasse met het opgegeven protocol dat wordt gebruikt om een transactie te stromen.
public:
TransactionFlowBindingElement(System::ServiceModel::TransactionProtocol ^ transactionProtocol);
public TransactionFlowBindingElement(System.ServiceModel.TransactionProtocol transactionProtocol);
new System.ServiceModel.Channels.TransactionFlowBindingElement : System.ServiceModel.TransactionProtocol -> System.ServiceModel.Channels.TransactionFlowBindingElement
Public Sub New (transactionProtocol As TransactionProtocol)
Parameters
- transactionProtocol
- TransactionProtocol
Een TransactionProtocol waarde die het transactieprotocol bevat dat wordt gebruikt bij het stromen van een transactie.
Opmerkingen
Zie Transactiestroom inschakelen voor meer informatie over het kiezen van het protocol dat moet worden gebruikt.