Click or drag to resize

DataWriterListenerOnPublicationDisconnected Method

Called when a publication connection failure has been detected and there are still associations using the connection after the configurable graceful_disconnected_period.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnPublicationDisconnected(
	DataWriter writer,
	PublicationDisconnectedStatus status
)

Parameters

writer
Type: OpenDDSharp.DDSDataWriter
The DataWriter that triggered the event.
status
Type: OpenDDSharp.OpenDDS.DCPSPublicationDisconnectedStatus
The current PublicationDisconnectedStatus.
See Also