C# 클래스 paramore.brighter.commandprocessor.messaginggateway.azureservicebus.MessageGateway

상속: IDisposable
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
Dispose ( ) : void
MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
EnsureTopicExists ( string topicName ) : void

비공개 메소드들

메소드 설명
GetSASToken ( string SASKeyName, string SASKeyValue ) : string
PutTopic ( string topicName ) : void
TopicExists ( string topicName ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnsureTopicExists() 보호된 메소드

protected EnsureTopicExists ( string topicName ) : void
topicName string
리턴 void

MessageGateway() 공개 메소드

public MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System
configuration AzureServiceBusMessagingGatewayConfiguration
리턴 System