IStoreUpdateLogger.BeginNoisyOperation Method

Definition

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

Returns

Applies to