C# Class StompSharp.Messages.TransactionHeaderDecorator

A decorator for IOutgoingMessage that adds a transaction header.
Inheritance: HeaderDecorator
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
TransactionHeaderDecorator ( IOutgoingMessage child, int transactionId )

Creates an instance of TransactionHeaderDecorator for the given child and transactionId.

Method Details

TransactionHeaderDecorator() public méthode

Creates an instance of TransactionHeaderDecorator for the given child and transactionId.
public TransactionHeaderDecorator ( IOutgoingMessage child, int transactionId )
child IOutgoingMessage
transactionId int