다음을 통해 공유


BluetoothLEAdvertisementPublisher.Stop 메서드

정의

게시자를 중지하고 Bluetooth LE 광고 페이로드 광고를 중지합니다.

public:
 virtual void Stop() = Stop;
void Stop();
public void Stop();
function stop()
Public Sub Stop ()

Windows 요구 사항

앱 기능
bluetooth

설명

BluetoothLEAdvertisementPublisher의 상태 상태가 중지됨 상태로 전환되는 광고가 취소될 때까지 중지 상태로 전환됩니다. Stoped 또는 Aborted 상태에서 Stop 메서드를 호출해도 아무 효과가 없습니다. 중지 상태에서 Stop 메서드를 호출하면 해당 상태 동안 마지막 Start 메서드 호출의 모든 보급 알림이 덮어씁니다.

앱이 일시 중단되면 BluetoothLEAdvertisementPublisher 가 자동으로 중지됩니다.

적용 대상

추가 정보