Compartilhar via


DistributedContextPropagator.Fields Propriedade

Definição

Obtém o conjunto de nomes de campo que esse propagador provavelmente lerá ou gravará.

public:
 abstract property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Fields { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyCollection<string> Fields { get; }
member this.Fields : System.Collections.Generic.IReadOnlyCollection<string>
Public MustOverride ReadOnly Property Fields As IReadOnlyCollection(Of String)

Valor da propriedade

A lista de campos que serão usados pelo DistributedContextPropagator.

Aplica-se a