C# Class NotificationsExtensions.NotificationBaseExtensions

Afficher le fichier Open project: nickharris/WnsRecipe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetNotificationType ( this notification ) : NotificationType

Method Details

Send() public static méthode

public static Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider ) : NotificationSendResult
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
Résultat NotificationSendResult

Send() public static méthode

public static Send ( this notification, Uri channelUri, IAccessTokenProvider accessTokenProvider, NotificationSendOptions options ) : NotificationSendResult
notification this
channelUri System.Uri
accessTokenProvider IAccessTokenProvider
options NotificationSendOptions
Résultat NotificationSendResult

SendAsynchronously() public static méthode

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
Résultat void

SendAsynchronously() public static méthode

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
Résultat void