다음을 통해 공유


BluetoothLEAdvertisementWatcherTrigger.MinSamplingInterval 속성

정의

이 트리거의 SignalStrengthFilter 속성에 지원되는 최소 샘플링 간격을 가져옵니다. 백그라운드 감시자의 최소 샘플링 간격은 포그라운드와 달리 0일 수 없습니다.

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

속성 값

이 트리거의 SignalStrengthFilter 속성에 지원되는 최소 샘플링 간격을 가져옵니다.

적용 대상