C# 클래스 MassTransit.AzureServiceBusTransport.ServiceBusAddressExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
GetQueueDescription ( this address ) : QueueDescription
GetTemporaryQueueName ( this ignored, string prefix ) : string
GetTopicDescription ( this address ) : TopicDescription
ManagementEndpoint ( this configurator, IServiceBusHost host, Action configure = null ) : IManagementEndpointConfigurator

Creates a management endpoint which can be used by controllable filters on a bus intance

메소드 상세

GetQueueDescription() 공개 정적인 메소드

public static GetQueueDescription ( this address ) : QueueDescription
address this
리턴 QueueDescription

GetTemporaryQueueName() 공개 정적인 메소드

public static GetTemporaryQueueName ( this ignored, string prefix ) : string
ignored this
prefix string
리턴 string

GetTopicDescription() 공개 정적인 메소드

public static GetTopicDescription ( this address ) : TopicDescription
address this
리턴 TopicDescription

ManagementEndpoint() 공개 정적인 메소드

Creates a management endpoint which can be used by controllable filters on a bus intance
public static ManagementEndpoint ( this configurator, IServiceBusHost host, Action configure = null ) : IManagementEndpointConfigurator
configurator this
host IServiceBusHost The service bus host
configure Action
리턴 IManagementEndpointConfigurator