Version 24.2 (latest)

DependencyCircularityDetectedEventArgs Class Properties

For a list of all members of this type, see DependencyCircularityDetectedEventArgs members.

Public Properties
 NameDescription
Public PropertyActionReturns or sets the action which should be used to resolve the dependency circularity.  
Public PropertyDependenciesCausingCircularityReturns the dependencies which caused the dependency circularity.  
Public PropertyDependencyCycleReturns the collection of interrelated tasks in the dependency circularity.  
Public PropertyTypeReturns the type of circularity which has been detected.  
See Also