C# 클래스 Microsoft.Samples.ServiceBus.Connections.MultiplexedConnection

상속: IDisposable
파일 보기 프로젝트 열기: RobBlackwell/PortBridge

공개 메소드들

메소드 설명
Dispose ( ) : void
MultiplexedConnection ( BufferWrite bufferWrite ) : System
MultiplexedConnection ( BufferWrite bufferWrite, int connectionId ) : System
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

MultiplexedConnection() 공개 메소드

public MultiplexedConnection ( BufferWrite bufferWrite ) : System
bufferWrite BufferWrite
리턴 System

MultiplexedConnection() 공개 메소드

public MultiplexedConnection ( BufferWrite bufferWrite, int connectionId ) : System
bufferWrite BufferWrite
connectionId int
리턴 System

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void