Click or drag to resize

DeviceConfigManagerSetParameterValueSync Method

Sets specified dynamic reconfigure parameter synchronously, i.e. blocks method execution until value is set remotely

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public void SetParameterValueSync(
	string configurableNode,
	string parameter,
	Object value,
	TimeSpan timeout
)

Parameters

configurableNode
Type: SystemString
The name of the node that needs to be configured
parameter
Type: SystemString
barameter name
value
Type: SystemObject
parameter value
timeout
Type: SystemTimeSpan
Thros TimeoutException if parameter does not change in specified amount of time
See Also