This method of the IEnumConnections interface creates another connection point enumerator with the same state as the current enumerator to iterate over the same list. This method makes it possible to record a point in the enumeration sequence to return to that point at a later time.
public IEnumConnections Clone();