Method | Description | |
---|---|---|
QueueSender ( string namespaceName, string queueName, string authorization ) : System | ||
SendAsync ( Newtonsoft.Json.Linq.JObject brokerProperties, Newtonsoft.Json.Linq.JObject body ) : System.Threading.Tasks.Task |
Method | 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 |
public QueueSender ( string namespaceName, string queueName, string authorization ) : System | ||
namespaceName | string | |
queueName | string | |
authorization | string | |
return | 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 | |
return | System.Threading.Tasks.Task |