DistributedContextPropagator.Current Propiedad

Definición

Obtiene o establece el objeto propagador para todo el proceso que se va a usar como propagador seleccionado actual.

public:
 static property System::Diagnostics::DistributedContextPropagator ^ Current { System::Diagnostics::DistributedContextPropagator ^ get(); void set(System::Diagnostics::DistributedContextPropagator ^ value); };
public static System.Diagnostics.DistributedContextPropagator Current { get; set; }
static member Current : System.Diagnostics.DistributedContextPropagator with get, set
Public Shared Property Current As DistributedContextPropagator

Valor de propiedad

Objeto propagador de todo el proceso seleccionado actualmente.

Se aplica a