C# Class AzureTicker.Worker.BL.Notifier

Afficher le fichier Open project: AppliedIS/AzureTicker

Méthodes publiques

Méthode Description
SendBillNotifications ( ) : void

Méthodes protégées

Méthode Description
GetAccessToken ( string secret, string sid ) : OAuthToken

Private Methods

Méthode Description
GetBillAndSendNotification ( Notification notification ) : void
GetOAuthTokenFromJson ( string jsonString ) : OAuthToken
PostToWns ( string secret, string sid, string uri, string xml, string type = "wns/tile" ) : string

Method Details

GetAccessToken() protected static méthode

protected static GetAccessToken ( string secret, string sid ) : OAuthToken
secret string
sid string
Résultat OAuthToken

SendBillNotifications() public static méthode

public static SendBillNotifications ( ) : void
Résultat void