Get all the dynamic variables in the given module, and return them as a Tuple where the field names are the names of the dynamic variables, and the field values are the current values of the dynamic variables.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Tuple GetDynamicVariables(
	string sModulePath
)
Public Function GetDynamicVariables ( _
	sModulePath As String _
) As Tuple
public:
Tuple^ GetDynamicVariables(
	String^ sModulePath
)

Parameters

sModulePath
String

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionthrown on network or if there are no dynamic variables in the named module

See Also