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
Показать файл Открыть проект

Открытые методы

Метод Описание
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