Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.Booleantrue 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