Show / Hide Table of Contents

Class WorkflowApplicationCompletedEventArgs

Inheritance
System.Object
WorkflowApplicationEventArgs
WorkflowApplicationCompletedEventArgs
Inherited Members
WorkflowApplicationEventArgs.GetInstanceExtensions<T>()
WorkflowApplicationEventArgs.InstanceId
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationCompletedEventArgs : WorkflowApplicationEventArgs

Properties

CompletionState

Declaration
public ActivityInstanceState CompletionState { get; }
Property Value
ActivityInstanceState

Outputs

Declaration
public IDictionary<string, object> Outputs { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>

TerminationException

Declaration
public Exception TerminationException { get; }
Property Value
System.Exception

Back to top Generated by DocFX