PushNotificationSubscriptionRepositoryGet Method

Scanjour Workflow4 Reference Manual
Returns all subscriptions for given userName

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

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
userName (Optional)
Type: SystemString
The name of the user
deviceToken (Optional)
Type: SystemString
Device token

Return Value

Type: WzpPushSubscription
Enumerable of subscriptions
See Also

Reference