C# Class Simple.ServiceBus.Extensions.NamespaceManagerExtensions

Mostra file Open project: perokvist/Simple.ServiceBus

Public Methods

Method 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 method

public static CreateSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
return Task

CreateTopicAsync() public static method

public static CreateTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
return Task

DeleteSubscriptionAsync() public static method

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

DeleteTopicAsync() public static method

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

GetSubscriptionAsync() public static method

public static GetSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
return Task

GetTopicAsync() public static method

public static GetTopicAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
return Task

SubscriptionExistsAsync() public static method

public static SubscriptionExistsAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task
nm this
topicPath string
subscriptionName string
state object
return Task

TopicExistsAsync() public static method

public static TopicExistsAsync ( this nm, string topicPath, object state ) : Task
nm this
topicPath string
state object
return Task