IStoreUpdateLogger.BeginNoisyOperation Method
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.
Signals the beginning of an operation that may log a large number of updates. The logger may choose to handle the logging differently during this operation, e.g. batching the updates for telemetry and posting a single event at the end.
public:
IDisposable ^ BeginNoisyOperation();
public IDisposable BeginNoisyOperation ();
abstract member BeginNoisyOperation : unit -> IDisposable
Public Function BeginNoisyOperation () As IDisposable