Click or drag to resize

CommunicationLinkCollectionFindFirst Method (IServiceProvider)

Finds the first link in the collection that contains the provided link end in either the transmitter or receiver role.

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 FindFirst(
	IServiceProvider linkEnd
)

Parameters

linkEnd
Type: SystemIServiceProvider
The receiver or transmitter to search for.

Return Value

Type: ExtensibleObject
The first link in the collection that contains the link end.
See Also