Click or drag to resize

DataWriterListenerOnPublicationLost Method

Called when a publication connection is lost and hence one or more associations from this publication to some subscribers have been lost. A connection is "lost" when the retry attempts have been exhausted.

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

Parameters

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