Click or drag to resize

AccessQuery.AnyPath Method (IServiceProvider, IServiceProvider, LinkGraph)

Creates a query which is satisfied whenever any path exists between a given transmitter and receiver. The possible paths are defined by a LinkGraph.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static AccessQuery AnyPath(
	IServiceProvider transmitter,
	IServiceProvider receiver,
	LinkGraph linkGraph
)

Parameters

transmitter
Type: System.IServiceProvider
The transmitter.
receiver
Type: System.IServiceProvider
The receiver.
linkGraph
Type: AGI.Foundation.Access.LinkGraph
The graph of links from which the possible paths between the transmitter and receiver are computed.

Return Value

Type: AccessQuery
A query that is satisfied whenever a path exists.
See Also