ActionWrapper<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An action of type T that is defined on the TargetedNotifications backend.
generic <typename T>
public ref class ActionWrapper sealed
public sealed class ActionWrapper<T>
type ActionWrapper<'T> = class
Public NotInheritable Class ActionWrapper(Of T)
Type Parameters
- T
- Inheritance
-
ActionWrapper<T>
Constructors
ActionWrapper<T>() |
Properties
Action |
Gets the typed action. |
ActionPath |
Gets the path under which this action lives. |
ActionType |
Gets a name for the type of action. Useful if consumer wants to handle processing their own actions. |
FlightName |
Gets an experimentation flight that needs to be enabled in order for this action to have been returned. |
Precedence |
Gets the precedence of actions of within the same ActionPath. Higher indicates higher precedence. |
RuleId |
Gets a unique identifier for the rule. |
Subscription |
Gets any subscription details for this action |