EventsExtensions Class

Definition

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