Click or drag to resize

PublisherListener Methods

The PublisherListener type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnLivelinessLost

Handles the LivelinessLostStatus communication status.

The LivelinessLostStatus indicates that the liveliness that the DataWriter committed through its Liveliness QoS has not been respected. This means that any connected DataReaders will consider this DataWriter no longer active

Public methodOnOfferedDeadlineMissed

Handles the OfferedDeadlineMissedStatus communication status.

The OfferedDeadlineMissedStatus indicates that the deadline offered by the DataWriter has been missed for one or more instances.

Public methodOnOfferedIncompatibleQos

Handles the OfferedIncompatibleQosStatus communication status.

The OfferedIncompatibleQosStatus indicates that an offered QoS was incompatible with the requested QoS of a DataReader.

Public methodOnPublicationMatched

Handles the PublicationMatchedStatus communication status.

The PublicationMatchedStatus indicates that the liveliness that the DataWriter committed through its Liveliness QoS has not been respected. This means that any connected DataReaders will consider this DataWriter no longer active.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also