ManagementServer.DeleteConsoleScope Method
System Center
Deletes the console scope from the MOM operations database.
public void DeleteConsoleScope( ConsoleScope consoleScope );
Parameters
- consoleScope
- The console scope to delete.
Exceptions
| Exception Type | Condition |
|---|---|
| System.ArgumentNullException | A null reference (Nothing in Visual Basic) was passed to the method. |
| System.InvalidOperationException | This console scope does not exist. |
Requirements
Platforms: Requires Windows 2000 Server or later
Version: Requires MOM 2005 or later
Namespace: Microsoft.EnterpriseManagement.Mom
Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)
See Also
Show: