C# Class StompSharp.Messages.OutgoingMessageExtensions

Mostrar archivo Open project: Code-Sharp/StompSharp

Public Methods

Method Description
WithPersistence ( this message ) : IOutgoingMessage
WithTransaction ( this message, IStompTransaction transaction ) : IOutgoingMessage

Method Details

WithPersistence() public static method

public static WithPersistence ( this message ) : IOutgoingMessage
message this
return IOutgoingMessage

WithTransaction() public static method

public static WithTransaction ( this message, IStompTransaction transaction ) : IOutgoingMessage
message this
transaction IStompTransaction
return IOutgoingMessage