CommunicationLinkCollectionAdd Method |
Name | Description | |
---|---|---|
Add(T) | Adds an object to the end of the CollectionT. (Inherited from CollectionExtensibleObject.) | |
Add(IServiceProvider, IServiceProvider) |
Creates a new link from the provided transmitter and receiver and adds it to the collection.
If a link in the collection already exists for the specified transmitter and receiver pair,
no new link is created and the existing link is returned instead.
| |
Add(IServiceProvider, IServiceProvider, AtmosphericRefractionModel) |
Creates a new link from the provided transmitter and receiver and adds it to the collection.
If a link in the collection already exists for the specified transmitter and receiver pair,
no new link is created and the existing link is returned instead.
| |
Add(String, IServiceProvider, IServiceProvider) |
Creates a new link from the provided name, transmitter, and receiver and adds it to the collection.
If a link in the collection already exists for the specified transmitter and receiver pair,
no new link is created and the existing link is returned instead.
| |
Add(String, IServiceProvider, IServiceProvider, AtmosphericRefractionModel) |
Creates a new link from the provided name, transmitter, and receiver and adds it to the collection.
If a link in the collection already exists for the specified transmitter and receiver pair,
no new link is created and the existing link is returned instead.
|