C# 클래스 StompNet.IO.StompSerialFrameWriter

Wrapper around an IStompFrameWriter for thread-safety. STOMP frames will be written in a sequential/serial FIFO manner.
상속: IStompFrameWriter
파일 보기 프로젝트 열기: krlito/StompNet

공개 메소드들

메소드 설명
Dispose ( ) : void
StompSerialFrameWriter ( IStompFrameWriter writer ) : System.Threading

Constructor.

WriteAsync ( Frame frame, CancellationToken cancellationToken ) : Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

StompSerialFrameWriter() 공개 메소드

Constructor.
public StompSerialFrameWriter ( IStompFrameWriter writer ) : System.Threading
writer IStompFrameWriter Frame writer to be wrapped.
리턴 System.Threading

WriteAsync() 공개 메소드

public WriteAsync ( Frame frame, CancellationToken cancellationToken ) : Task
frame StompNet.Models.Frames.Frame
cancellationToken System.Threading.CancellationToken
리턴 Task