다음을 통해 공유


PushNotificationChannel.Uri 속성

정의

푸시 알림 채널을 나타내는 URI를 가져옵니다.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = pushNotificationChannel.uri;
Public ReadOnly Property Uri As Uri

속성 값

설명

클라우드 서비스는 이 URI를 사용하여 디바이스에 알림을 보내고, 프로세스가 이미 실행 중인 경우 PushReceived 이벤트를 호출하거나, 그렇지 않은 경우 새 프로세스를 시작합니다.

적용 대상