C# Class StompSharp.Messages.OutgoingMessageExtensions

Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
WithPersistence ( this message ) : IOutgoingMessage
WithTransaction ( this message, IStompTransaction transaction ) : IOutgoingMessage

Method Details

WithPersistence() public static méthode

public static WithPersistence ( this message ) : IOutgoingMessage
message this
Résultat IOutgoingMessage

WithTransaction() public static méthode

public static WithTransaction ( this message, IStompTransaction transaction ) : IOutgoingMessage
message this
transaction IStompTransaction
Résultat IOutgoingMessage