Click or drag to resize

QueryConditionGetQueryParameters Method

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode GetQueryParameters(
	IList<string> queryParameters
)

Parameters

queryParameters
Type: System.Collections.GenericIListString
The query parameters list to be filled up.

Return Value

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