C# 클래스 Simple.ServiceBus.Extensions.NamespaceManagerExtensions

파일 보기 프로젝트 열기: perokvist/Simple.ServiceBus

공개 메소드들

메소드 설명
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