Click or drag to resize

DomainParticipantAssertLiveliness Method

Manually asserts the liveliness of the DomainParticipant. This is used in combination with the LivelinessQosPolicy to indicate to DDS that the entity remains active.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode AssertLiveliness()

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also