C# 클래스 StompNet.StompConnection

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

공개 메소드들

메소드 설명
BeginTransactionAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
DisconnectAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
StompConnection ( StompClient client ) : System.Collections.Generic

메소드 상세

BeginTransactionAsync() 공개 메소드

public BeginTransactionAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
리턴 Task

DisconnectAsync() 공개 메소드

public DisconnectAsync ( bool useReceipt = false, string>.IEnumerable extraHeaders = null, CancellationToken cancellationToken = null ) : Task
useReceipt bool
extraHeaders string>.IEnumerable
cancellationToken System.Threading.CancellationToken
리턴 Task

StompConnection() 공개 메소드

public StompConnection ( StompClient client ) : System.Collections.Generic
client StompNet.IO.StompClient
리턴 System.Collections.Generic