C# 클래스 NotificationsExtensions.NotificationBaseExtensions

파일 보기 프로젝트 열기: nickharris/WnsRecipe

공개 메소드들

메소드 설명
Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider ) : NotificationSendResult
Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, NotificationSendOptions options ) : NotificationSendResult
SendAsynchronously ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, Action sent, Action error ) : void
SendAsynchronously ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, Action sent, Action error, NotificationSendOptions options ) : void

비공개 메소드들

메소드 설명
GetNotificationType ( this notification ) : NotificationType

메소드 상세

Send() 공개 정적인 메소드

public static Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider ) : NotificationSendResult
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
리턴 NotificationSendResult

Send() 공개 정적인 메소드

public static Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, NotificationSendOptions options ) : NotificationSendResult
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
options NotificationSendOptions
리턴 NotificationSendResult

SendAsynchronously() 공개 정적인 메소드

public static SendAsynchronously ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, Action sent, Action error ) : void
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
sent Action
error Action
리턴 void

SendAsynchronously() 공개 정적인 메소드

public static SendAsynchronously ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, Action sent, Action error, NotificationSendOptions options ) : void
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
sent Action
error Action
options NotificationSendOptions
리턴 void