PushNotificationSubscriptionRepositoryCreateOrUpdate Method

Scanjour Workflow4 Reference Manual
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.1.0.0 (23.1.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: WzpPushSubscription
Newly created instance
See Also

Reference