Click or drag to resize
IAwaiter Interface

Namespace: System.Linq
Assembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
Syntax
C#
public interface IAwaiter : ICriticalNotifyCompletion, 
	INotifyCompletion

The IAwaiter type exposes the following members.

Properties
  NameDescription
Public propertyIsCompleted
Top
Methods
  NameDescription
Public methodGetResult
Public methodOnCompleted
Schedules the continuation action that's invoked when the instance completes.
(Inherited from INotifyCompletion.)
Public methodUnsafeOnCompleted
Schedules the continuation action that's invoked when the instance completes.
(Inherited from ICriticalNotifyCompletion.)
Top
See Also