C# 클래스 StompSharp.Messages.OutgoingMessageExtensions

파일 보기 프로젝트 열기: Code-Sharp/StompSharp

공개 메소드들

메소드 설명
WithPersistence ( this message ) : IOutgoingMessage
WithTransaction ( this message, IStompTransaction transaction ) : IOutgoingMessage

메소드 상세

WithPersistence() 공개 정적인 메소드

public static WithPersistence ( this message ) : IOutgoingMessage
message this
리턴 IOutgoingMessage

WithTransaction() 공개 정적인 메소드

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