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 |
public static CreateSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task |
||
nm | this | |
topicPath | string | |
subscriptionName | string | |
state | object | |
Résultat | Task |
public static CreateTopicAsync ( this nm, string topicPath, object state ) : Task |
||
nm | this | |
topicPath | string | |
state | object | |
Résultat | Task |
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 |
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 |
public static GetSubscriptionAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task |
||
nm | this | |
topicPath | string | |
subscriptionName | string | |
state | object | |
Résultat | Task |
public static GetTopicAsync ( this nm, string topicPath, object state ) : Task |
||
nm | this | |
topicPath | string | |
state | object | |
Résultat | Task |
public static SubscriptionExistsAsync ( this nm, string topicPath, string subscriptionName, object state ) : Task |
||
nm | this | |
topicPath | string | |
subscriptionName | string | |
state | object | |
Résultat | Task |
public static TopicExistsAsync ( this nm, string topicPath, object state ) : Task |
||
nm | this | |
topicPath | string | |
state | object | |
Résultat | Task |