C# Class WebDemo.httphandler.Notifications

Summary description for Notifications
Inheritance: IHttpHandler
Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client

Méthodes publiques

Свойство Type Description
_notificationQ List

Méthodes publiques

Méthode Description
NotificationTask ( String k, Object v, CacheItemRemovedReason r ) : void
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
Decode ( string data ) : void
DecodeTracking ( MD t, AccountModel account, List saveTracks, List saveDevices ) : void
ForwadNotification ( string rawData ) : void

Method Details

NotificationTask() public static méthode

public static NotificationTask ( String k, Object v, CacheItemRemovedReason r ) : void
k String
v Object
r CacheItemRemovedReason
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

Property Details

_notificationQ public_oe static_oe property

public static List _notificationQ
Résultat List