Interface IWorkflowInstanceExtension
Namespace: System.Activities.Hosting
Assembly: System.Activities.dll
Syntax
public interface IWorkflowInstanceExtension
Methods
GetAdditionalExtensions()
Declaration
IEnumerable<object> GetAdditionalExtensions()
Returns
System.Collections.Generic.IEnumerable<System.Object>
|
SetInstance(WorkflowInstanceProxy)
Declaration
void SetInstance(WorkflowInstanceProxy instance)
Parameters
WorkflowInstanceProxy
instance
|