Version

DependencyCircularityDetectedEventArgs Class Members

The following tables list the members exposed by DependencyCircularityDetectedEventArgs.

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