public void GetAllInterruptionPointsWithSameName( InterruptionPoint oInterruptionPoint, ref ArrayList colInterruptionPoints )
public: void GetAllInterruptionPointsWithSameName( InterruptionPoint^ oInterruptionPoint, ArrayList^% colInterruptionPoints )
Parameters
| Parameter Name | Description |
|---|---|
| oInterruptionPoint | Interruption point with name, for which all other interruption points should be found. |
| colInterruptionPoints | List with all interruption points with the same name. |