Interface IProductActivationCommenceConfigurationPhase
Part of Fluent Syntax flow used to build the composer
argument of WithTransmission(Func<IProductActivationTransmissionCommenceConfigurationPhase, IProductActivationTransmissionCompletedConfigurationPhase>).
Enables one to specify the desired behavior with regard to management of Tags at the point of License activation via IActivateLicenses.
Subsequent phases in the chain allow customization of the Retry, Endpoint Selection and Monitoring/Status reporting aspects.
Namespace: Sp.Agent.Configuration.Product.Activation
Assembly: Sp.Agent.dll
Methods
WithTagging(Action<IActivationTaggingContext>)
Allows one to specify a custom Action to be triggered during IActivateLicenses's Activation methods.
Declaration
IProductActivationTransmissionConfigurationPhase WithTagging(Action<IActivationTaggingContext> applyTagsUsingState)
Parameters
Type | Name | Description |
---|---|---|
System.Action<IActivationTaggingContext> | applyTagsUsingState | Action to be called. The action is supplied with a context which gives access to the |
Returns
Type | Description |
---|---|
IProductActivationTransmissionConfigurationPhase | The next phase of the Fluent Syntax chain. |