Share via


BulkFileOperation.IsSynchronousUpdateNeeded Property

Definition

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.

Applies to