Click or drag to resize

DataReaderListenerOnSubscriptionDisconnected Method

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

Parameters

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