forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIWorkflowInstanceExtension.xml
56 lines (56 loc) · 3.37 KB
/
IWorkflowInstanceExtension.xml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Type Name="IWorkflowInstanceExtension" FullName="System.Activities.Hosting.IWorkflowInstanceExtension">
<TypeSignature Language="C#" Value="public interface IWorkflowInstanceExtension" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWorkflowInstanceExtension" />
<TypeSignature Language="DocId" Value="T:System.Activities.Hosting.IWorkflowInstanceExtension" />
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>This interface is implemented by composite extensions, or extensions that need access to the workflow instance. Implementers of this interface will be called by the <see cref="T:System.Activities.Hosting.WorkflowInstance" /> prior to execution in order to provide additional extensions, or get access to the <see cref="T:System.Activities.Hosting.WorkflowInstance" /> through the <see cref="T:System.Activities.Hosting.WorkflowInstanceProxy" />.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="GetAdditionalExtensions">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerable<object> GetAdditionalExtensions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.IEnumerable`1<object> GetAdditionalExtensions() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Hosting.IWorkflowInstanceExtension.GetAdditionalExtensions" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable<System.Object></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>When implemented, returns any additional extensions the implementing class requires.</summary>
<returns>A collection of additional workflow extensions.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetInstance">
<MemberSignature Language="C#" Value="public void SetInstance (System.Activities.Hosting.WorkflowInstanceProxy instance);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetInstance(class System.Activities.Hosting.WorkflowInstanceProxy instance) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Hosting.IWorkflowInstanceExtension.SetInstance(System.Activities.Hosting.WorkflowInstanceProxy)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instance" Type="System.Activities.Hosting.WorkflowInstanceProxy" />
</Parameters>
<Docs>
<param name="instance">The target workflow instance to set.</param>
<summary>Sets the specified target <see cref="T:System.Activities.Hosting.WorkflowInstanceProxy" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>