Share via


PartitionDictionary.Remove(Guid) Method

Definition

Remove method to also remove the partition from the store's PartitionAlternate collection

public:
 bool Remove(Guid partitionId);
public bool Remove (Guid partitionId);
override this.Remove : Guid -> bool
Public Function Remove (partitionId As Guid) As Boolean

Parameters

partitionId
Guid

PartitionId of the partition being removed.

Returns

Applies to