mscorlib(4.0.0.0) API with additions
INotifyCompletion.cs
1
namespace
System.Runtime.CompilerServices
2
{
4
[__DynamicallyInvokable]
5
public
interface
INotifyCompletion
6
{
10
[__DynamicallyInvokable]
11
void
OnCompleted
(
Action
continuation);
12
}
13
}
System.Runtime.CompilerServices.INotifyCompletion
Represents an operation that schedules continuations when it completes.
Definition:
INotifyCompletion.cs:5
System.Runtime.CompilerServices.INotifyCompletion.OnCompleted
void OnCompleted(Action continuation)
Schedules the continuation action that's invoked when the instance completes.
System.Action
delegate void Action()
Encapsulates a method that has no parameters and does not return a value.
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
All cs
System.Runtime.CompilerServices
INotifyCompletion.cs
Generated by
1.8.15