Share via


EventsExtensions.Activate(IEvents, String) Method

Definition

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

public static void Activate (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId);
static member Activate : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string -> unit
<Extension()>
Public Sub Activate (operations As IEvents, eventId As String)

Parameters

operations
IEvents

The operations group for this extension method.

eventId
String

The event ID this activation applies to.

Applies to