C# 클래스 StompNet.StompTransaction

Stomp Transaction.
상속: StompConnectionBase, IStompTransaction
파일 보기 프로젝트 열기: krlito/StompNet

공개 메소드들

메소드 설명
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