Class AgentDistributorsConfigurationExtensions
Enables the specification of the desired behavior with regard to discovering and managing connectivity to a Distributor Service.
Part of the Fluent Syntax chain used to fulfill the IAgentDistributorsConfigurationPhase
of the AgentContext.Configure()
Fluent Configuration Expression.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.Distributor.dll
Methods
WithDistributor(IAgentDistributorsConfigurationPhase, Func<IDistributorCommenceConfigurationPhase, IDistributorCompletedConfigurationPhase>)
Enables the specification of the desired behavior with regard to discovering and managing connectivity to a Distributor Service.
Declaration
public static IAgentEmbeddedLicensesConfigurationPhase WithDistributor(this IAgentDistributorsConfigurationPhase that, Func<IDistributorCommenceConfigurationPhase, IDistributorCompletedConfigurationPhase> distributor)
Parameters
Type | Name | Description |
---|---|---|
IAgentDistributorsConfigurationPhase | that | Link in fluent call chain from Configure(Func<IAgentCommenceConfigurationPhase, IAgentCompletedConfigurationPhase>). |
System.Func<IDistributorCommenceConfigurationPhase, IDistributorCompletedConfigurationPhase> | distributor | Fluent Expression yielding a complete Distributor configuration call chain.
|
Returns
Type | Description |
---|---|
IAgentEmbeddedLicensesConfigurationPhase |
Remarks
Part of the Fluent Syntax chain used to fulfill the IAgentDistributorsConfigurationPhase
of the AgentContext.Configure()
Fluent Configuration Expression.