DataSource.NET
Start Method
NamespacesCaplin.DataSourceDataSourceStart()()()
Starts this DataSource.
Declaration Syntax
C#Visual BasicVisual C++
public void Start()
Public Sub Start
public:
virtual void Start() sealed
Remarks

Following a call to this method, DataSource.NET will start connecting to its peers.

This call will immediately return with DataSource running in a background thread. You should take care to ensure that your application does not exit immediately after calling Start().

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)