Open sandboxFocus

Class GraphDefectArgs

Provides data for the OnGraphDefect(GraphDefectArgs) event.

Inheritance
GraphDefectArgs
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public sealed class GraphDefectArgs

Properties

Name Description
Key

Gets the primary key involved in the defect.

Kind

Gets the kind of defect detected.

Message

Gets an optional message describing the defect.

RelatedKey

Gets the related key involved in the defect, if any.

Methods

Name Description
ToString()

Extension Methods