TransactionFlowBindingElementImporter Class
Imports the transaction policy (WS-Policy assertions) of a service endpoint, adds implementing binding elements to the binding on the client, and transaction flow attributes to the appropriate operations on the service’s proxy. This class cannot be inherited.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The TransactionFlowBindingElementImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TransactionFlowBindingElementImporter | Initializes a new instance of the TransactionFlowBindingElementImporter class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyImportExtension::ImportPolicy | Imports custom policy assertions and adds implementing binding elements. This method cannot be inherited. |
The service endpoint must have enabled transaction flow and its methods must flow transactions. The converted policy assertions all adhere to the WS-PolicyAssertions standard.
This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the ImportPolicy(MetadataImporter, PolicyConversionContext) method adds a TransactionFlowBindingElement instance to the PolicyConversionContext collection of binding elements. This also adds TransactionFlowAttribute instances, as appropriate, on the Operations collection present in the conversion context’s contract.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
