Share via


IAdministrationManagement.DeleteManagementServicePool Method

Definition

Deletes the given instance of the pool

public:
 void DeleteManagementServicePool(Microsoft::EnterpriseManagement::Administration::ManagementServicePool ^ pool);
public void DeleteManagementServicePool (Microsoft.EnterpriseManagement.Administration.ManagementServicePool pool);
abstract member DeleteManagementServicePool : Microsoft.EnterpriseManagement.Administration.ManagementServicePool -> unit
Public Sub DeleteManagementServicePool (pool As ManagementServicePool)

Parameters

pool
ManagementServicePool

The instance of the pool to delete.

Exceptions

pool is null

pool cannot be deleted since its a singleton.

Applies to