NotificationSubscription.Update Method
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.
Updates the notification subscription.
Overloads
| Update() |
Updates the notification subscription. |
| Update(Boolean) |
Updates the notification subscription. |
Update()
Updates the notification subscription.
public:
void Update();
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()
Applies to
Update(Boolean)
Updates the notification subscription.
public:
void Update(bool withTimeReset);
public void Update (bool withTimeReset);
member this.Update : bool -> unit
Public Sub Update (withTimeReset As Boolean)
Parameters
- withTimeReset
- Boolean
Whether or not to reset the time at which the subscription starts looking for alerts.