CommunicationLinkCollectionFindFirst Method (IServiceProvider, IServiceProvider) |
Finds the first link with the specified transmitter and receiver pair.
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 transmitter,
IServiceProvider receiver
)
Public Function FindFirst (
transmitter As IServiceProvider,
receiver As IServiceProvider
) As ExtensibleObject
public:
ExtensibleObject^ FindFirst(
IServiceProvider^ transmitter,
IServiceProvider^ receiver
)
member FindFirst :
transmitter : IServiceProvider *
receiver : IServiceProvider -> ExtensibleObject
Parameters
- transmitter
- Type: SystemIServiceProvider
The transmitter to search for. - receiver
- Type: SystemIServiceProvider
The receiver to search for.
Return Value
Type:
ExtensibleObjectThe first link in the collection that contains both the transmitter and the receiver.
See Also