C# Класс Simple.ServiceBus.Extensions.NamespaceManagerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
CreateTopicAsync ( this nm, string topicPath, object state ) : Task
DeleteSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : System.Threading.Tasks.Task
DeleteTopicAsync ( this nm, string topicPath, object state ) : System.Threading.Tasks.Task
GetSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
GetTopicAsync ( this nm, string topicPath, object state ) : Task
SubscriptionExistsAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
TopicExistsAsync ( this nm, string topicPath, object state ) : Task

Описание методов

CreateSubscriptionAsync() публичный статический Метод

public static CreateSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Результат Task

CreateTopicAsync() публичный статический Метод

public static CreateTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Результат Task

DeleteSubscriptionAsync() публичный статический Метод

public static DeleteSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : System.Threading.Tasks.Task
nm this
topicPath string
subscriptionName string
state object
Результат System.Threading.Tasks.Task

DeleteTopicAsync() публичный статический Метод

public static DeleteTopicAsync ( this nm, string topicPath, object state ) : System.Threading.Tasks.Task
nm this
topicPath string
state object
Результат System.Threading.Tasks.Task

GetSubscriptionAsync() публичный статический Метод

public static GetSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Результат Task

GetTopicAsync() публичный статический Метод

public static GetTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Результат Task

SubscriptionExistsAsync() публичный статический Метод

public static SubscriptionExistsAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Результат Task

TopicExistsAsync() публичный статический Метод

public static TopicExistsAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Результат Task