Click or drag to resize

PushNotificationSubscriptionRepositoryGet Method

Returns all subscriptions for given userName

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[] Get(
	Uri oDataUri,
	string userName = null,
	string deviceToken = null
)

Parameters

oDataUri  Uri
The Odata Uri.
userName  String  (Optional)
The name of the user
deviceToken  String  (Optional)
Device token

Return Value

WzpPushSubscription
Enumerable of subscriptions
See Also