C# Class StompSharp.Messages.AcknowledgableMessage

Inheritance: IAcknowledgableMessage
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetAckId ( ) : object
SendMessage ( string command, IStompTransaction transaction ) : System.Threading.Tasks.Task

Method Details

Ack() public méthode

public Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
Résultat System.Threading.Tasks.Task

AcknowledgableMessage() public méthode

public AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
message IMessage
transport ITransport
Résultat System.Collections.Generic

Nack() public méthode

public Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
Résultat System.Threading.Tasks.Task