Interface IAgentDistributorsConfigurationPhase
Allows one to control access to Distributed Licenses within a given AgentContext.
Extension methods provided by Sp.Agent.Distributor allow one to opt into relevant Discovery strategies.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.dll
Methods
DisableDistributor()
Accepts the default behavior - do not consider contacting any Distributors if no Licenses can be located from Storage on the local machine in order to Execute Licensed Code.
NB Extension methods provided by Sp.Agent.Distributor allow one to opt into relevant Discovery strategies.
Declaration
IAgentEmbeddedLicensesConfigurationPhase DisableDistributor()
Returns
Type | Description |
---|---|
IAgentEmbeddedLicensesConfigurationPhase | The next link in the Fluent Expression chain. |