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 TypeCondition
System.ArgumentNullExceptionA null reference (Nothing in Visual Basic) was passed to the method.
System.InvalidOperationExceptionThis 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

ManagementServer Class | ManagementServer Members

Show: