Метод | Описание | |
---|---|---|
GetQueueDescription ( this address ) : QueueDescription | ||
GetTemporaryQueueName ( this ignored, string prefix ) : string | ||
GetTopicDescription ( this address ) : TopicDescription | ||
ManagementEndpoint ( this configurator, IServiceBusHost host, Action |
Creates a management endpoint which can be used by controllable filters on a bus intance
|
public static GetQueueDescription ( this address ) : QueueDescription | ||
address | this | |
Результат | QueueDescription |
public static GetTemporaryQueueName ( this ignored, string prefix ) : string | ||
ignored | this | |
prefix | string | |
Результат | string |
public static GetTopicDescription ( this address ) : TopicDescription | ||
address | this | |
Результат | TopicDescription |
public static ManagementEndpoint ( this configurator, IServiceBusHost host, Action |
||
configurator | this | |
host | IServiceBusHost | The service bus host |
configure | Action |
|
Результат | IManagementEndpointConfigurator |