1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="INotifyCompletion" FullName="System.Runtime.CompilerServices.INotifyCompletion">
<TypeSignature Language="C#" Value="public interface INotifyCompletion" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract INotifyCompletion" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an operation that schedules continuations when it completes.</para>
</summary>
</Docs>
<Members>
<Member MemberName="OnCompleted">
<MemberSignature Language="C#" Value="public void OnCompleted (Action continuation);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnCompleted(class System.Action continuation) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="continuation" Type="System.Action" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Schedules the continuation action that's invoked when the instance completes.</para>
</summary>
<param name="continuation">
<attribution license="cc4" from="Microsoft" modified="false" />The action to invoke when the operation completes.</param>
</Docs>
</Member>
</Members>
</Type>
|