C# Class AzureTicker.Worker.BL.Notifier

Show file Open project: AppliedIS/AzureTicker

Public Methods

Method Description
SendBillNotifications ( ) : void

Protected Methods

Method Description
GetAccessToken ( string secret, string sid ) : OAuthToken

Private Methods

Method 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 method

protected static GetAccessToken ( string secret, string sid ) : OAuthToken
secret string
sid string
return OAuthToken

SendBillNotifications() public static method

public static SendBillNotifications ( ) : void
return void