Aqueduct.Monitoring.Sensors.SensorBase.ClearThreadScopedFeatureName C# (CSharp) Method

ClearThreadScopedFeatureName() public static method

public static ClearThreadScopedFeatureName ( ) : void
return void
        public static void ClearThreadScopedFeatureName()
        {
            SetThreadScopedFeatureName(null);
        }