Click or drag to resize

WaitSetDetachCondition Method

Detaches a Condition from the WaitSet.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode DetachCondition(
	Condition cond
)

Parameters

cond
Type: OpenDDSharp.DDSCondition
The Condition to be detached.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
If the Condition was not attached to the WaitSet, the operation will return PreconditionNotMet.
See Also