C# Class MyDriving.Services.IOTHub

Inheritance: IHubIOT
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
Initialize ( string connectionStr ) : void
SendEvent ( string blob ) : System.Threading.Tasks.Task
SendEvents ( IEnumerable blobs ) : System.Threading.Tasks.Task

Method Details

Initialize() public méthode

public Initialize ( string connectionStr ) : void
connectionStr string
Résultat void

SendEvent() public méthode

public SendEvent ( string blob ) : System.Threading.Tasks.Task
blob string
Résultat System.Threading.Tasks.Task

SendEvents() public méthode

public SendEvents ( IEnumerable blobs ) : System.Threading.Tasks.Task
blobs IEnumerable
Résultat System.Threading.Tasks.Task