C# Класс StompNet.StompTransaction

Stomp Transaction.
Наследование: StompConnectionBase, IStompTransaction
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AbortAsync() публичный Метод

public AbortAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
Результат Task

CommitAsync() публичный Метод

public CommitAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
Результат Task

StompTransaction() публичный Метод

public StompTransaction ( StompClient client, string id ) : System.Collections.Generic
client StompNet.IO.StompClient
id string
Результат System.Collections.Generic