BulkFileOperation.IsSynchronousUpdateNeeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets value whether synchronous update will be needed after bulk file operation is done.
public:
property bool IsSynchronousUpdateNeeded { bool get(); };
public bool IsSynchronousUpdateNeeded { get; }
member this.IsSynchronousUpdateNeeded : bool
Public ReadOnly Property IsSynchronousUpdateNeeded As Boolean
Property Value
Remarks
This flag indicates that UI will be blocked for some time after the operation to refresh solution state. For example, to reload solution completely. It can be used by API customers to make a decision on blocking UI during operation to avoid user frustration when operation is done.