Click or drag to resize

DomainParticipantListenerOnConnectionDeleted Method (DataReader)

Called when the connection object is cleaned up and the reconnect thread exits.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnConnectionDeleted(
	DataReader reader
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
See Also