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.2.419.0 (24.2.419.0)
Syntax public ExtensibleObject FindFirst(
IServiceProvider linkEnd
)
Public Function FindFirst (
linkEnd As IServiceProvider
) As ExtensibleObject
public:
ExtensibleObject^ FindFirst(
IServiceProvider^ linkEnd
)
member FindFirst :
linkEnd : IServiceProvider -> ExtensibleObject
Parameters
- linkEnd
- Type: SystemIServiceProvider
The receiver or transmitter to search for.
Return Value
Type:
ExtensibleObjectThe first link in the collection that contains the link end.
See Also