Click or drag to resize

LinkHelper.GetParticipantByRole Method (IServiceProvider, LinkRole)

Gets the participant that is playing a specified role in the link.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static IServiceProvider GetParticipantByRole(
	IServiceProvider link,
	LinkRole role
)

Parameters

link
Type: System.IServiceProvider
The link.
role
Type: AGI.Foundation.Access.LinkRole
The role for which to obtain the participant.

Return Value

Type: IServiceProvider
The participant.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when link is null.
ArgumentException Thrown when role is not Transmitter or Receiver.
ServiceNotAvailableException Thrown when link does not provide ILinkService.
See Also