HeaderPropagationAttribute Class

Definition

Attribute to register a type for header propagation initialization.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class HeaderPropagationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type HeaderPropagationAttribute = class
    inherit Attribute
Public NotInheritable Class HeaderPropagationAttribute
Inherits Attribute
Inheritance
HeaderPropagationAttribute
Attributes

Remarks

Should be applied to classes that implement the IHeaderPropagationAttribute interface.

Constructors

Name Description
HeaderPropagationAttribute()

Applies to