BluetoothLEAdvertisementWatcherTrigger.MinSamplingInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum sampling interval supported for the SignalStrengthFilter property of this trigger. The minimum sampling interval for the background watcher cannot be zero unlike its foreground counterpart.
public:
property TimeSpan MinSamplingInterval { TimeSpan get(); };
TimeSpan MinSamplingInterval();
public System.TimeSpan MinSamplingInterval { get; }
var timeSpan = bluetoothLEAdvertisementWatcherTrigger.minSamplingInterval;
Public ReadOnly Property MinSamplingInterval As TimeSpan
Property Value
Gets the minimum sampling interval supported for the SignalStrengthFilter property of this trigger.