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.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
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