PersonalizerClient.Activate(String, CancellationToken) Method

Definition

Report that the specified event was actually used (e.g. by being displayed to the user) and a reward should be expected for it.

public virtual Azure.Response Activate (string eventId, System.Threading.CancellationToken cancellationToken = default);
abstract member Activate : string * System.Threading.CancellationToken -> Azure.Response
override this.Activate : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Activate (eventId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

eventId
String

The event ID to be activated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to