System.Threading.SynchronizationContext.OperationStarted Method

When overridden in a derived class, responds to the notification that an operation has started.

Syntax

public virtual void OperationStarted ()

Remarks

The default implementation contains no code. You can optionally override this method to provide code that executes when an operation starts.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0