PhoneTrigger.OneShot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if the trigger is a one-shot notification.
public:
property bool OneShot { bool get(); };
bool OneShot();
public bool OneShot { get; }
var boolean = phoneTrigger.oneShot;
Public ReadOnly Property OneShot As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the trigger is a one-shot notification.
Remarks
If you weren't subscribed when a one-shot notification was sent, you get nothing. If you weren't connected when you fired a one-shot notification, nothing happens.