C# Class NATS.Client.Connection.SubChannelPool.SubChannelProcessor

SubChannelProcessor creates a channel and a task to process messages on that channel.
Inheritance: IDisposable
Exibir arquivo Open project: nats-io/csnats

Private Properties

Property Type Description
SubChannelProcessor System

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
SubChannelProcessor ( Connection c ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void