Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<ExtensibleObject> Find(
	IServiceProvider linkEnd,
	LinkRole role
)

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: IEnumerableExtensibleObject
All links in the collection that contain the link end.
See Also