Поделиться через


Метод Web.GetPushNotificationSubscriber

Specifies the push notification subscriber over the site for the specified device app instance identifier.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Function GetPushNotificationSubscriber ( _
    deviceAppInstanceId As Guid _
) As PushNotificationSubscriber
'Применение
Dim instance As Web
Dim deviceAppInstanceId As Guid
Dim returnValue As PushNotificationSubscriber

returnValue = instance.GetPushNotificationSubscriber(deviceAppInstanceId)
public PushNotificationSubscriber GetPushNotificationSubscriber(
    Guid deviceAppInstanceId
)

Параметры

  • deviceAppInstanceId
    Тип: System.Guid

    Device application instance identifier.

Возвращаемое значение

Тип: Microsoft.SharePoint.Client.PushNotificationSubscriber
Registered push notification subscriber.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client