Click or drag to resize

PushNotificationSubscriptionRepositoryCreateOrUpdate Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public WzpPushSubscription CreateOrUpdate(
	Uri oDataUri,
	string userName,
	string deviceToken,
	string locale
)

Parameters

oDataUri  Uri
The Odata Uri.
userName  String
The name of the user
deviceToken  String
Device token
locale  String

[Missing <param name="locale"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.PushNotificationSubscriptionRepository.CreateOrUpdate(System.Uri,System.String,System.String,System.String)"]

Return Value

WzpPushSubscription
Newly created instance
See Also