Interface IProductActivationDeviceLabelConfigurationPhase
Part of Fluent Syntax flow used to build the composer
argument of WithDeviceLabelPolicy(Action<IActivationDeviceLabelContext>).
Enables one to specify the desired behavior with regard to management of a Device Label at the point of License activation via IActivateLicenses.
Namespace: Sp.Agent.Configuration.Product.Activation
Assembly: Sp.Agent.dll
Methods
WithDeviceLabelPolicy(Action<IActivationDeviceLabelContext>)
Allows one to specify a custom policy for the creation of a human readable DeviceLabel to correspond to the generated DeviceId.
Declaration
IProductActivationDeviceLabelTailConfigurationPhase WithDeviceLabelPolicy(Action<IActivationDeviceLabelContext> applyDeviceLabelCustomization)
Parameters
Type | Name | Description |
---|---|---|
System.Action<IActivationDeviceLabelContext> | applyDeviceLabelCustomization |
|
Returns
Type | Description |
---|---|
IProductActivationDeviceLabelTailConfigurationPhase | The next phase of the Fluent Syntax chain. |