Click or drag to resize

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

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(
	string name,
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

name
Type: SystemString
The name of the link.
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.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if DefaultInertialFrame is .
See Also