C# 클래스 StompSharp.Messages.AcknowledgableMessage

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

공개 메소드들

메소드 설명
Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetAckId ( ) : object
SendMessage ( string command, IStompTransaction transaction ) : System.Threading.Tasks.Task

메소드 상세

Ack() 공개 메소드

public Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
리턴 System.Threading.Tasks.Task

AcknowledgableMessage() 공개 메소드

public AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
message IMessage
transport ITransport
리턴 System.Collections.Generic

Nack() 공개 메소드

public Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
리턴 System.Threading.Tasks.Task