Click or drag to resize

LinkRefractedReceiver Property

Gets the receiver of the underlying unrefracted link.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider Receiver { get; }

Property Value

Type: IServiceProvider

Implements

ILinkServiceReceiver
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when UnrefractedLink is .
ServiceNotAvailableException Thrown when UnrefractedLink does not provide the ILinkService service.
See Also