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