UserProfileConfigManager.IsProfileImportInProgress Method
Indicates whether a profile import operation is currently in progress.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function IsProfileImportInProgress As Boolean
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As Boolean
returnValue = instance.IsProfileImportInProgress()
public bool IsProfileImportInProgress()
Return Value
Type: System.Boolean
If the current profile import operation is in progress, the value is true; otherwise, false.
See Also
Reference
UserProfileConfigManager Class