C# 클래스 Yodiwo.PaaS.Azure.Device.EventHubDev

파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
connectionName string
eventHubClient EventHubClient
eventHubName string

공개 메소드들

메소드 설명
EventHubDev ( string evhubname, string connectionstring ) : System
PublishEvents ( string msg ) : void

메소드 상세

EventHubDev() 공개 메소드

public EventHubDev ( string evhubname, string connectionstring ) : System
evhubname string
connectionstring string
리턴 System

PublishEvents() 공개 메소드

public PublishEvents ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

connectionName 공개적으로 프로퍼티

public string connectionName
리턴 string

eventHubClient 공개적으로 프로퍼티

public EventHubClient eventHubClient
리턴 EventHubClient

eventHubName 공개적으로 프로퍼티

public string eventHubName
리턴 string