Click or drag to resize

DomainParticipantListenerOnConnectionDeleted Method (DataWriter)

Called when the publication 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(
	DataWriter writer
)

Parameters

writer
Type: OpenDDSharp.DDSDataWriter
The DataWriter that triggered the event.
See Also