SynchronizationContext.OperationCompleted Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overridable Sub OperationCompleted
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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

SynchronizationContext Class

System.Threading Namespace