Share via


BluetoothLEAdvertisementWatcherTrigger.MaxSamplingInterval プロパティ

定義

このトリガーの SignalStrengthFilter プロパティでサポートされている最大サンプリング間隔を取得します。 最大サンプリング間隔は、サンプリング フィルターを非アクティブ化するために使用され、受信したイベントは、範囲外に入ってくるデバイスに基づいてのみトリガーされます。

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

プロパティ値

このトリガーの SignalStrengthFilter プロパティでサポートされる最大サンプリング間隔。

適用対象