(ClientRuntimeContext, String) del constructor NotificationCallback
Espacio de nombres: Microsoft.BusinessData.Runtime
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 Sub New ( _
context As ClientRuntimeContext, _
notificationEndpoint As String _
)
'Uso
Dim context As ClientRuntimeContext
Dim notificationEndpoint As String
Dim instance As New NotificationCallback(context, _
notificationEndpoint)
public NotificationCallback(
ClientRuntimeContext context,
string notificationEndpoint
)
Parámetros
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
- notificationEndpoint
Tipo: System.String