This will start all the tables in the list AND any applications or elements upon which they depend. The LVConf files that define these tables and applications must already be on the server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
void StartTables(
	params string[] tables
)
Sub StartTables ( _
	ParamArray tables As String() _
)
void StartTables(
	... array<String^>^ tables
)

Parameters

tables
array<String>[]()[][]

See Also