Click or drag to resize

EntityStatusCondition Property

Allows access to the StatusCondition associated with the Entity. The returned condition can then be added to a WaitSet so that the application can wait for specific status changes that affect the Entity.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public StatusCondition StatusCondition { get; }

Property Value

Type: StatusCondition
See Also