Click or drag to resize

CommunicationLinkCollection.AddChain Method

Overload List
  NameDescription
Public methodAddChain(IEnumerable<IServiceProvider>)
Adds multiple links to the collection at once, assuming that each item in the list either receives or transmits from the previous item. Usually, this contains a transmitter and receiver with zero or more transceivers or transponders in between.
Public methodAddChain(IServiceProvider[])
Adds multiple links to the collection at once, assuming that each item in the list either receives or transmits from the previous item. Usually, this contains a transmitter and receiver with zero or more transceivers or transponders in between.
Top
See Also