Show / Hide Table of Contents

Class WorkflowApplicationEventArgs

Inheritance
System.Object
WorkflowApplicationEventArgs
WorkflowApplicationAbortedEventArgs
WorkflowApplicationCompletedEventArgs
WorkflowApplicationIdleEventArgs
WorkflowApplicationUnhandledExceptionEventArgs
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationEventArgs : EventArgs

Properties

InstanceId

Declaration
public Guid InstanceId { get; }
Property Value
System.Guid

Methods

GetInstanceExtensions<T>()

Declaration
public IEnumerable<T> GetInstanceExtensions<T>()
    where T : class
Returns
System.Collections.Generic.IEnumerable<T>

Type Parameters
T

Back to top Generated by DocFX