C# Class HA4IoT.ExternalServices.AzureCloud.QueueSender

Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
QueueSender ( string namespaceName, string queueName, string authorization ) : System
SendAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CreateContent ( Newtonsoft.Json.Linq.JObject body ) : HttpStringContent
CreateHttpClient ( ) : HttpClient
SendToAzureQueueAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task

Method Details

QueueSender() public méthode

public QueueSender ( string namespaceName, string queueName, string authorization ) : System
namespaceName string
queueName string
authorization string
Résultat System

SendAsync() public méthode

public SendAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task
brokerProperties Newtonsoft.Json.Linq.JObject
body Newtonsoft.Json.Linq.JObject
Résultat System.Threading.Tasks.Task