Applies To: Operations Manager for System Center 2012
Updates the notification subscription and specifies whether to reset the time at which the subscription starts looking for alerts.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void Update(
    bool withTimeReset
)
public:
void Update(
    bool withTimeReset
)
member Update : 
        withTimeReset:bool -> unit
Public Sub Update (
    withTimeReset As Boolean
)
Parameters
- withTimeReset 
 Type: System.Boolean- true to reset the time at which the subscription starts looking for alerts. false to not reset the time. 
See Also
Update Overload
NotificationSubscription Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top