EventsExtensions 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.
Extension methods for Events.
public static class EventsExtensions
type EventsExtensions = class
Public Module EventsExtensions
- Inheritance
-
EventsExtensions
Methods
Activate(IEvents, String) |
Report that the specified event was actually displayed to the user and a reward should be expected for it. |
ActivateAsync(IEvents, String, CancellationToken) |
Report that the specified event was actually displayed to the user and a reward should be expected for it. |
ActivateWithHttpMessages(IEvents, String, Dictionary<String,List<String>>) |
Report that the specified event was actually displayed to the user and a reward should be expected for it. |
Reward(IEvents, String, RewardRequest) |
Report reward to allocate to the top ranked action for the specified event. |
RewardAsync(IEvents, String, RewardRequest, CancellationToken) |
Report reward to allocate to the top ranked action for the specified event. |
RewardWithHttpMessages(IEvents, String, RewardRequest, Dictionary<String,List<String>>) |
Report reward to allocate to the top ranked action for the specified event. |
Applies to
Azure SDK for .NET