Метод | Описание | |
---|---|---|
QueueSender ( string namespaceName, string queueName, string authorization ) : System | ||
SendAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
CreateContent ( Newtonsoft.Json.Linq.JObject body ) : HttpStringContent | ||
CreateHttpClient ( ) : HttpClient | ||
SendToAzureQueueAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task |
public QueueSender ( string namespaceName, string queueName, string authorization ) : System | ||
namespaceName | string | |
queueName | string | |
authorization | string | |
Результат | System |
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 | |
Результат | System.Threading.Tasks.Task |