Метод PushNotificationSubscriberCollection.GetByStoreId
Возвращает указанное хранилище идентификатор подписчика уведомлений push.
Пространство имен: 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 GetByStoreId ( _
id As String _
) As PushNotificationSubscriber
'Применение
Dim instance As PushNotificationSubscriberCollection
Dim id As String
Dim returnValue As PushNotificationSubscriber
returnValue = instance.GetByStoreId(id)
public PushNotificationSubscriber GetByStoreId(
string id
)
Параметры
id
Тип: System.StringХранение идентификатор подписчика уведомлений.
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.PushNotificationSubscriber
Microsoft.SharePoint.Client.PushNotificationSubscriber
См. также
Справочные материалы
PushNotificationSubscriberCollection класс