C# 클래스 HA4IoT.ExternalServices.AzureCloud.QueueSender

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

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

메소드 상세

QueueSender() 공개 메소드

public QueueSender ( string namespaceName, string queueName, string authorization ) : System
namespaceName string
queueName string
authorization string
리턴 System

SendAsync() 공개 메소드

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