C# Class paramore.brighter.commandprocessor.messaginggateway.azureservicebus.MessageSenderPool

Inheritance: IDisposable
Afficher le fichier Open project: iancooper/Paramore Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetMessageSender ( string topic ) : SenderLink

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Sender_Closed ( Amqp.AmqpObject sender, Amqp error ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetMessageSender() public méthode

public GetMessageSender ( string topic ) : SenderLink
topic string
Résultat Amqp.SenderLink