NotificationSubscription.Update Method

Definition

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.

Applies to