C# 클래스 WebDemo.httphandler.Notifications

Summary description for Notifications
상속: IHttpHandler
파일 보기 프로젝트 열기: mobile-devices/cloudconnect_dotnet_client

공개 프로퍼티들

프로퍼티 타입 설명
_notificationQ List

공개 메소드들

메소드 설명
NotificationTask ( String k, Object v, CacheItemRemovedReason r ) : void
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
Decode ( string data ) : void
DecodeTracking ( MD t, AccountModel account, List saveTracks, List saveDevices ) : void
ForwadNotification ( string rawData ) : void

메소드 상세

NotificationTask() 공개 정적인 메소드

public static NotificationTask ( String k, Object v, CacheItemRemovedReason r ) : void
k String
v Object
r CacheItemRemovedReason
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

프로퍼티 상세

_notificationQ 공개적으로 정적으로 프로퍼티

public static List _notificationQ
리턴 List