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