Click or drag to resize

CommunicationLinkCollection.Add Method

Overload List
  NameDescription
Public methodAdd(T) (Inherited from Collection<ExtensibleObject>.)
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Top
See Also