Click or drag to resize

DataReaderDeleteReadCondition Method

Deletes a ReadCondition attached to the DataReader. Since QueryCondition specializes ReadCondition it can also be used to delete a QueryCondition.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode DeleteReadCondition(
	ReadCondition condition
)

Parameters

condition
Type: OpenDDSharp.DDSReadCondition
The ReadCondition to be deleted.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
If the ReadCondition is not attached to the DataReader, the operation will return the error PreconditionNotMet.
See Also