CommunicationLinkCollectionFind Method (IServiceProvider, LinkRole) | 
 
            Finds all links in the collection that contain the provided link end
            in the specified role.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IEnumerable<ExtensibleObject> Find(
	IServiceProvider linkEnd,
	LinkRole role
)
Public Function Find ( 
	linkEnd As IServiceProvider,
	role As LinkRole
) As IEnumerable(Of ExtensibleObject)
public:
IEnumerable<ExtensibleObject^>^ Find(
	IServiceProvider^ linkEnd, 
	LinkRole role
)
member Find : 
        linkEnd : IServiceProvider * 
        role : LinkRole -> IEnumerable<ExtensibleObject> 
Parameters
- linkEnd
 - Type: SystemIServiceProvider
The receiver or transmitter to search for. - role
 - Type: AGI.Foundation.AccessLinkRole
The role specifying whether it's a receiver or transmitter. 
Return Value
Type: 
IEnumerableExtensibleObjectAll links in the collection that contain the link end.
See Also