PersonalizerClient.ActivateMultiSlotAsync(String, CancellationToken) Method

Definition

Report that the specified event was actually used or displayed to the user and a rewards should be expected for it.

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

Parameters

eventId
String

The event ID this activation applies to.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to