Click or drag to resize

MultiTopicGetExpressionParameters Method

Gets the expression parameters associated with the MultiTopic. That is, the parameters specified on the last successful call to SetExpressionParameters(String), or if it was never called, the parameters specified when the MultiTopic was created.

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

Parameters

params
Type: System.Collections.GenericIListString
The expression parameters list to be filled up.

Return Value

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