Click or drag to resize

WaitSetDetachConditions Method

Convenience method for detaching multiple conditions, for example when shutting down.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode DetachConditions(
	ICollection<Condition> conditions
)

Parameters

conditions
Type: System.Collections.GenericICollectionCondition
The collection of Conditions to be detached.

Return Value

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