C# 클래스 MyDriving.Services.IOTHub

상속: IHubIOT
파일 보기 프로젝트 열기: Azure-Samples/MyDriving

공개 메소드들

메소드 설명
Initialize ( string connectionStr ) : void
SendEvent ( string blob ) : System.Threading.Tasks.Task
SendEvents ( IEnumerable blobs ) : System.Threading.Tasks.Task

메소드 상세

Initialize() 공개 메소드

public Initialize ( string connectionStr ) : void
connectionStr string
리턴 void

SendEvent() 공개 메소드

public SendEvent ( string blob ) : System.Threading.Tasks.Task
blob string
리턴 System.Threading.Tasks.Task

SendEvents() 공개 메소드

public SendEvents ( IEnumerable blobs ) : System.Threading.Tasks.Task
blobs IEnumerable
리턴 System.Threading.Tasks.Task