Class WorkflowApplicationCompletedEventArgs
Inherited Members
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
|