C# 클래스 BuildIt.Web.Services.NotificationService

상속: INotificationService
파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명
RegisterUserAsync Task

공개 메소드들

메소드 설명
CreateOrUpdateRegistrationAsync ( PushRegistration pushRegistration ) : Task

DeleteRegistrationAsync ( PushRegistration pushRegistration ) : System.Threading.Tasks.Task

NotificationService ( string hubConnectionString, string hubName ) : System

SendPushNotificationAsync ( PushNotification pushNotification ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
RegisterUserAsync ( PushRegistration pushRegistration ) : Task

메소드 상세

CreateOrUpdateRegistrationAsync() 공개 메소드

public CreateOrUpdateRegistrationAsync ( PushRegistration pushRegistration ) : Task
pushRegistration BuildIt.Web.Models.PushNotifications.PushRegistration
리턴 Task

DeleteRegistrationAsync() 공개 메소드

public DeleteRegistrationAsync ( PushRegistration pushRegistration ) : System.Threading.Tasks.Task
pushRegistration BuildIt.Web.Models.PushNotifications.PushRegistration
리턴 System.Threading.Tasks.Task

NotificationService() 공개 메소드

public NotificationService ( string hubConnectionString, string hubName ) : System
hubConnectionString string
hubName string
리턴 System

SendPushNotificationAsync() 공개 메소드

public SendPushNotificationAsync ( PushNotification pushNotification ) : System.Threading.Tasks.Task
pushNotification BuildIt.Web.Models.PushNotifications.PushNotification
리턴 System.Threading.Tasks.Task