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

Inheritance: IDisposable
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
Dispose ( ) : void
MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
EnsureTopicExists ( string topicName ) : void

Private Methods

Méthode Description
GetSASToken ( string SASKeyName, string SASKeyValue ) : string
PutTopic ( string topicName ) : void
TopicExists ( string topicName ) : bool

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

EnsureTopicExists() protected méthode

protected EnsureTopicExists ( string topicName ) : void
topicName string
Résultat void

MessageGateway() public méthode

public MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System
configuration AzureServiceBusMessagingGatewayConfiguration
Résultat System