Web.UnregisterPushNotificationSubscriber method

Returns a GUID, and unregisters the push notification subscriber from the site.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub UnregisterPushNotificationSubscriber ( _
    deviceAppInstanceId As Guid _
)
'Usage
Dim instance As Web
Dim deviceAppInstanceId As Guid

instance.UnregisterPushNotificationSubscriber(deviceAppInstanceId)
public void UnregisterPushNotificationSubscriber(
    Guid deviceAppInstanceId
)

Parameters

  • deviceAppInstanceId
    Type: System.Guid

    Device app instance identifier.

Remarks

This method does not throw an exception if the subscriber is not already registered.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace