Gemstone Timeseries Library
C#
VB
C++
JavaScript
Show/Hide TOC
IAdapter
Start Method
Starts the adapter, if it is not already running.
Definition
Namespace:
Gemstone.Timeseries.Adapters
Assembly:
Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
C#
Copy
View Source
Request Example
void
Start
()
VB
Copy
View Source
Request Example
Sub
Start
C++
Copy
View Source
Request Example
void
Start
()
JavaScript
Copy
View Source
Request Example
function
Start
();
See Also
Reference
IAdapter Interface
Gemstone.Timeseries.Adapters Namespace
In This Article
Definition
See Also