Creates new instance of push notification subscriptions
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public WzpPushSubscription CreateOrUpdate( Uri oDataUri, string userName, string deviceToken, string locale )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - userName
- Type: SystemString
The name of the user - deviceToken
- Type: SystemString
Device token - locale
- Type: SystemString
[Missing <param name="locale"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.PushNotificationSubscriptionRepository.CreateOrUpdate(System.Uri,System.String,System.String,System.String)"]
Return Value
Type: WzpPushSubscriptionNewly created instance
See Also