PartitionDictionary.Remove(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.