del método PushNotificationSubscriberCollection.GetByStoreId
Devuelve el suscriptor de notificaciones de inserción desde el identificador de almacén especificado.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetByStoreId ( _
id As String _
) As PushNotificationSubscriber
'Uso
Dim instance As PushNotificationSubscriberCollection
Dim id As String
Dim returnValue As PushNotificationSubscriber
returnValue = instance.GetByStoreId(id)
public PushNotificationSubscriber GetByStoreId(
string id
)
Parámetros
id
Tipo: System.StringAlmacenar identificador del suscriptor de notificación.
Valor devuelto
Tipo: Microsoft.SharePoint.Client.PushNotificationSubscriber
Microsoft.SharePoint.Client.PushNotificationSubscriber
Vea también
Referencia
clase PushNotificationSubscriberCollection