Click or drag to resize

PushNotificationSubscriptionRepositoryDelete Method

Deletes subscriptions object from the repository

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 void Delete(
	Uri oDataUri,
	string userName,
	string deviceToken
)

Parameters

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