Click or drag to resize

ConnectionIRegistry Interface

A registry of connections.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public interface IRegistry

The ConnectionIRegistry type exposes the following members.

Properties
 NameDescription
Public propertyAll Return a list of the ProtocolHeads (and the key addresses used) present in the repository.
Top
Methods
 NameDescription
Public methodAdd Adds a ProtocolHead to the repository for the address ProtocolHead.CononicalAddress.
Public methodRemove Remove ProtocolHead from the repository.
Top
See Also