C# Class StompNet.StompTransaction

Stomp Transaction.
Inheritance: StompConnectionBase, IStompTransaction
Afficher le fichier Open project: krlito/StompNet

Méthodes publiques

Méthode Description
AbortAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
CommitAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
StompTransaction ( StompClient client, string id ) : System.Collections.Generic

Method Details

AbortAsync() public méthode

public AbortAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
Résultat Task

CommitAsync() public méthode

public CommitAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
Résultat Task

StompTransaction() public méthode

public StompTransaction ( StompClient client, string id ) : System.Collections.Generic
client StompNet.IO.StompClient
id string
Résultat System.Collections.Generic