DataSource.NET
Peers Property
NamespacesCaplin.DataSourceDataSourcePeers
Gets a list of all the configured DataSource peers.
Declaration Syntax
C#Visual BasicVisual C++
public IList<IPeer> Peers { get; }
Public ReadOnly Property Peers As IList(Of IPeer)
public:
virtual property IList<IPeer^>^ Peers {
	IList<IPeer^>^ get () sealed;
}
Value
The configured peers.
Remarks
This method is provided to allow a DataSource application to control the connectivity of individual peers, and for information purposes.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)