Click or drag to resize

DomainParticipantListenerOnSampleRejected Method

Handles the SampleRejectedStatus communication status.

The SampleRejectedStatus indicates that a sample received by the DataReader has been rejected.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnSampleRejected(
	DataReader reader,
	SampleRejectedStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.DDSSampleRejectedStatus
The current SampleRejectedStatus.
See Also