C# Class Distributed.MessageQueue.Providers.Aliyun.AliyunProducer

Inheritance: Connection, IProducer
Mostra file Open project: RabbitTeam/Distributed

Public Methods

Method Description
AliyunProducer ( Producer producer ) : ons
Send ( IResponseMessage message ) : Task

Protected Methods

Method Description
Dispose ( ) : void
Shutdown ( ) : void
Start ( ) : void

Method Details

AliyunProducer() public method

public AliyunProducer ( Producer producer ) : ons
producer Producer
return ons

Dispose() protected method

protected Dispose ( ) : void
return void

Send() public method

public Send ( IResponseMessage message ) : Task
message IResponseMessage
return Task

Shutdown() protected method

protected Shutdown ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void