DataSource.NET
7.1.31.142147-b54558a5
|
Represents a DataSource peer. More...
Public Member Functions | |
void | SetStatusDown () |
Stops this peer from making connections to its remote peer. More... | |
void | SetStatusUp () |
Allow this peer to make connections to its remote peer. More... | |
Properties | |
int | Index [get] |
Gets the index of this peer. More... | |
string | Name [get] |
Gets the name of this peer. This is the name of the peer that the DataSource application is connected to. More... | |
Represents a DataSource peer.
void Caplin.DataSource.IPeer.SetStatusDown | ( | ) |
Stops this peer from making connections to its remote peer.
If the peer is connected, this method disconnects it.
void Caplin.DataSource.IPeer.SetStatusUp | ( | ) |
Allow this peer to make connections to its remote peer.
|
get |
Gets the index of this peer.
The index.
Generally a DataSource application should not care about the index of the peer, however it does provide a unique identifier whilst the DataSource application is running.
|
get |
Gets the name of this peer. This is the name of the peer that the DataSource application is connected to.
The name.
It is possible for the name of the peer to change - the name returned here is provided by the remote peer which is user configurable on the remote peer.