TransactionMessageProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a custom channel, which uses a proprietary transaction flow mechanism, to inject its transaction into the Windows Communication Foundation (WCF) framework. This class cannot be inherited.
public ref class TransactionMessageProperty sealed
public sealed class TransactionMessageProperty
type TransactionMessageProperty = class
Public NotInheritable Class TransactionMessageProperty
- Inheritance
-
TransactionMessageProperty
Remarks
This class allows third-party channel developers who use a proprietary transaction flow mechanism for their channel, to introduce their transaction into the ServiceModel framework. The transaction is then used when executing the service method. This mechanism cannot be used in conjunction with the TransactionFlowAttribute.
Properties
Transaction |
Gets the transaction that will be used when executing the service method. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |
Set(Transaction, Message) |
Sets the transaction that will be used when executing the service method. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |