DeleteMembershipTableEntries(string)
abstract
public abstract Task DeleteMembershipTableEntries(string clusterId) Deletes all table entries of the given clusterId
Parameters
clusterIdstring- The identifier of the cluster whose entries are deleted.
Returns
A task representing the deletion operation.
