Freigeben über


PushNotificationSubscriberCollection-Klasse

Gibt eine Auflistung von Pushbenachrichtigungen Benachrichtigung Abonnenten an.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PushNotificationSubscriber>
        Microsoft.SharePoint.Client.PushNotificationSubscriberCollection

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public NotInheritable Class PushNotificationSubscriberCollection _
    Inherits ClientObjectCollection(Of PushNotificationSubscriber)
'Usage
Dim instance As PushNotificationSubscriberCollection
public sealed class PushNotificationSubscriberCollection : ClientObjectCollection<PushNotificationSubscriber>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

PushNotificationSubscriberCollection-Member

Microsoft.SharePoint.Client-Namespace