UserProfileConfigManager.IsSynchronizationRunning Method
Gets a value indicating whether a user profile import job is running.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function IsSynchronizationRunning As Boolean
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As Boolean
returnValue = instance.IsSynchronizationRunning()
public bool IsSynchronizationRunning()
Return Value
Type: System.Boolean
See Also
Reference
UserProfileConfigManager Class