Click or drag to resize
INotifyCompletion Interface
This API is preliminary and subject to change.
Represents an operation that will schedule continuations when the operation completes.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public interface INotifyCompletion

The INotifyCompletion type exposes the following members.

Methods
  NameDescription
Public methodOnCompleted
Schedules the continuation action to be invoked when the instance completes.
Top
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also