SPPolicyStore.NotifyUnifiedPolicySyncForLogicalWorkload method
Namespace: Microsoft.SharePoint.Client.CompliancePolicy
Assembly: Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)
Syntax
'Declaration
Public Function NotifyUnifiedPolicySyncForLogicalWorkload ( _
notificationId As String, _
syncSvcUrl As String, _
changeInfos As String(), _
syncNow As Boolean, _
fullSyncForTenant As Boolean, _
workload As Integer _
) As SPSyncNotificationEndpointInfo
'Usage
Dim instance As SPPolicyStore
Dim notificationId As String
Dim syncSvcUrl As String
Dim changeInfos As String()
Dim syncNow As Boolean
Dim fullSyncForTenant As Boolean
Dim workload As Integer
Dim returnValue As SPSyncNotificationEndpointInfo
returnValue = instance.NotifyUnifiedPolicySyncForLogicalWorkload(notificationId, _
syncSvcUrl, changeInfos, syncNow, _
fullSyncForTenant, workload)
public SPSyncNotificationEndpointInfo NotifyUnifiedPolicySyncForLogicalWorkload(
string notificationId,
string syncSvcUrl,
string[] changeInfos,
bool syncNow,
bool fullSyncForTenant,
int workload
)
Parameters
- notificationId
Type: System.String
- syncSvcUrl
Type: System.String
- changeInfos
Type: []
- syncNow
Type: System.Boolean
- fullSyncForTenant
Type: System.Boolean
- workload
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.CompliancePolicy.SPSyncNotificationEndpointInfo