The ConnectionPointCookie Class contains the following constructor:
Creates a connection between the source and the sink object by using the connection interface identifier (IID).
public ConnectionPointCookie(Object source, Object sink, Class connectionInterface);
source | The source object that is used to make the interface connection. |
sink | The sink object that is used to make the interface connection. |
connectionInterface | The connection interface that is used to connect the source and the sink objects. |