Click or drag to resize

DataReaderListenerOnSubscriptionLost Method

Called when a subscription 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 OnSubscriptionLost(
	DataReader reader,
	SubscriptionLostStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.OpenDDS.DCPSSubscriptionLostStatus
The current SubscriptionLostStatus.
See Also