BluetoothLEAdvertisementWatcherTrigger.MaxSamplingInterval Property

Definition

Gets the maximum sampling interval supported for the SignalStrengthFilter property of this trigger. The maximum sampling interval is used to deactivate the sampling filter and only trigger received events based on the device coming in and out of range.

public:
 property TimeSpan MaxSamplingInterval { TimeSpan get(); };
TimeSpan MaxSamplingInterval();
public System.TimeSpan MaxSamplingInterval { get; }
var timeSpan = bluetoothLEAdvertisementWatcherTrigger.maxSamplingInterval;
Public ReadOnly Property MaxSamplingInterval As TimeSpan

Property Value

The maximum sampling interval supported for the SignalStrengthFilter property of this trigger.

Applies to