CommunicationLinkCollection.Add Method |
Name | Description | |
---|---|---|
![]() | Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<ExtensibleObject>.) |
![]() | 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.
|