System.Threading.SynchronizationContext.OperationCompleted Method

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

Syntax

public virtual void OperationCompleted ()

Remarks

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

Requirements

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