AlwaysSatisfiedLinkConstraint Constructor (IServiceProvider) |
Initializes a new instance.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AlwaysSatisfiedLinkConstraint(
IServiceProvider link
)
Public Sub New (
link As IServiceProvider
)
public:
AlwaysSatisfiedLinkConstraint(
IServiceProvider^ link
)
new :
link : IServiceProvider -> AlwaysSatisfiedLinkConstraint
Parameters
- link
- Type: SystemIServiceProvider
The link to which this constraint applies.
See Also