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.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
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