Verastream Host Integrator .Net Reference

HostIntegratorSession.GetModelVariableNames Method 

Gets the names of all non-hidden model variables in the Host Integrator model.

[Visual Basic]
Public Function GetModelVariableNames() As IList
[C#]
public IList GetModelVariableNames();

Return Value

This method returns the names of all non-hidden model variables in the Host Integrator model.

Remarks

Reasons for failure include:

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace