ConnectionIRegistry Interface |
Namespace: Demo3D.Net
public interface IRegistry
The ConnectionIRegistry type exposes the following members.
| Name | Description | |
|---|---|---|
| All |
Return a list of the ProtocolHeads (and the key addresses used) present in the repository.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a ProtocolHead to the repository for the address ProtocolHead.CononicalAddress.
| |
| Remove |
Remove ProtocolHead from the repository.
|
| Name | Description | |
|---|---|---|
| OnConnectionAdded |
Occurs when a connection is added to the registry.
| |
| OnConnectionRemoved |
Occurs when a connection is removed from the registry.
| |
| OnConnectionStateChanged |
Occurs when a connection state changes.
|