Click or drag to resize
ICriticalNotifyCompletion Interface
This API is preliminary and subject to change.
Represents an awaiter used to schedule continuations when an await operation completes.

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

The ICriticalNotifyCompletion type exposes the following members.

Methods
  NameDescription
Public methodOnCompleted
Schedules the continuation action to be invoked when the instance completes.
(Inherited from INotifyCompletion.)
Public methodUnsafeOnCompleted
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