PushNotificationSubscriberCollection constructor
Initializes a new instance of the PushNotificationSubscriberCollection object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New PushNotificationSubscriberCollection(context, _
objectPath)
public PushNotificationSubscriberCollection(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe ClientRuntimeContext object through which requests are orchestrated and actions are initiated within a site collection.
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathTracks how a client object is created in the ClientRuntimeContext class, so that the object can be re-created on the server. This class and its members are reserved for internal use and are not intended to be used in your code.
See also
Reference
PushNotificationSubscriberCollection class