Table of Contents

Struct ResiliencePropertyKey<TValue>

Namespace
Polly
Assembly
Polly.Core.dll

Represents a key used by ResilienceProperties.

public readonly struct ResiliencePropertyKey<TValue>

Type Parameters

TValue

The type of the value of the property.

Inherited Members

Constructors

ResiliencePropertyKey(string)

Initializes a new instance of the ResiliencePropertyKey<TValue> struct.

public ResiliencePropertyKey(string key)

Parameters

key string

The key name.

Properties

Key

Gets the name of the key.

public string Key { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.