C# Class sks_webjob.Functions

Mostra file Open project: michael-chi/Azure-IOTHub

Public Methods

Method Description
LookupNotification ( ) : void
ProcessQueueMessage ( [ message, TextWriter log ) : void

Private Methods

Method Description
SendAndroidNotificationAsync ( string msg ) : System.Threading.Tasks.Task
SendNotificationAsync ( string msg ) : System.Threading.Tasks.Task
SendWindowsNotificationAsync ( string msg ) : System.Threading.Tasks.Task

Method Details

LookupNotification() public static method

public static LookupNotification ( ) : void
return void

ProcessQueueMessage() public static method

public static ProcessQueueMessage ( [ message, TextWriter log ) : void
message [
log System.IO.TextWriter
return void