Remove (string)

This method removes the element with the specified key from the collection.

Definition

C#
public void Remove(string poolName)

Parameters

  • poolName (string) – name of the pool to remove

Exceptions

NullReferenceException – If poolName is null.