Click or drag to resize

CommunicationLinkCollectionAdd Method (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.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ExtensibleObject Add(
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

transmitter
Type: SystemIServiceProvider
The transmitter on the link.
receiver
Type: SystemIServiceProvider
The receiver on the link.

Return Value

Type: ExtensibleObject
A reference to the existing or new link that was added to the collection.
See Also