C# Class Simple.ServiceBus.Extensions.NamespaceManagerExtensions

Afficher le fichier Open project: perokvist/Simple.ServiceBus

Méthodes publiques

Méthode Description
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

Method Details

CreateSubscriptionAsync() public static méthode

public static CreateSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Résultat Task

CreateTopicAsync() public static méthode

public static CreateTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Résultat Task

DeleteSubscriptionAsync() public static méthode

public static DeleteSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : System.Threading.Tasks.Task
nm this
topicPath string
subscriptionName string
state object
Résultat System.Threading.Tasks.Task

DeleteTopicAsync() public static méthode

public static DeleteTopicAsync ( this nm, string topicPath, object state ) : System.Threading.Tasks.Task
nm this
topicPath string
state object
Résultat System.Threading.Tasks.Task

GetSubscriptionAsync() public static méthode

public static GetSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Résultat Task

GetTopicAsync() public static méthode

public static GetTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Résultat Task

SubscriptionExistsAsync() public static méthode

public static SubscriptionExistsAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
Résultat Task

TopicExistsAsync() public static méthode

public static TopicExistsAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
Résultat Task