C# 클래스 NATS.Client.Connection.SubChannelPool

The SubChannelPool class is used when the application has specified async subscribers will share channels and associated processing threads in the connection. It simply returns a channel that already has a long running task (thread) processing it. Async subscribers use this channel in lieu of their own channel and message processing task.
상속: IDisposable
파일 보기 프로젝트 열기: nats-io/csnats

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
SubChannelPool ( Connection c, int numTasks ) : System
getChannel ( ) : Channel

Gets a message channel for use with an async subscriber.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void