C# 클래스 Microsoft.Azure.Amqp.AsyncIO

상속: AmqpObject
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 메소드들

메소드 설명
AsyncIO ( IIoHandler parent, int maxFrameSize, int writeQueueFullLimit, int writeQueueEmptyLimit, TransportBase transport, bool isInitiator ) : System
WriteBuffer ( ByteBuffer buffer ) : void
WriteBuffer ( IList buffers ) : void

보호된 메소드들

메소드 설명
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnClose ( System.TimeSpan timeout ) : void
OnOpen ( System.TimeSpan timeout ) : void
OpenInternal ( ) : bool

메소드 상세

AbortInternal() 보호된 메소드

protected AbortInternal ( ) : void
리턴 void

AsyncIO() 공개 메소드

public AsyncIO ( IIoHandler parent, int maxFrameSize, int writeQueueFullLimit, int writeQueueEmptyLimit, TransportBase transport, bool isInitiator ) : System
parent IIoHandler
maxFrameSize int
writeQueueFullLimit int
writeQueueEmptyLimit int
transport Microsoft.Azure.Amqp.Transport.TransportBase
isInitiator bool
리턴 System

CloseInternal() 보호된 메소드

protected CloseInternal ( ) : bool
리턴 bool

OnClose() 보호된 메소드

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

OnOpen() 보호된 메소드

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

OpenInternal() 보호된 메소드

protected OpenInternal ( ) : bool
리턴 bool

WriteBuffer() 공개 메소드

public WriteBuffer ( ByteBuffer buffer ) : void
buffer ByteBuffer
리턴 void

WriteBuffer() 공개 메소드

public WriteBuffer ( IList buffers ) : void
buffers IList
리턴 void