Partager via


NotificationCallback Constructors

Definition

Overloads

NotificationCallback(ClientRuntimeContext, ObjectPath)
NotificationCallback(ClientRuntimeContext, String)

NotificationCallback(ClientRuntimeContext, ObjectPath)

public NotificationCallback (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ObjectPath objectPath);
new Microsoft.BusinessData.Runtime.NotificationCallback : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ObjectPath -> Microsoft.BusinessData.Runtime.NotificationCallback

Parameters

objectPath
ObjectPath

Applies to

NotificationCallback(ClientRuntimeContext, String)

public NotificationCallback (Microsoft.SharePoint.Client.ClientRuntimeContext context, string notificationEndpoint);
new Microsoft.BusinessData.Runtime.NotificationCallback : Microsoft.SharePoint.Client.ClientRuntimeContext * string -> Microsoft.BusinessData.Runtime.NotificationCallback
Public Sub New (context As ClientRuntimeContext, notificationEndpoint As String)

Parameters

notificationEndpoint
String

Applies to